* {
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  height: 100%;
}

#container-root {
  width: 100%;
  height: 100%;
}

#container-root > div {
  display: none;
}

#xtoolsEditor-root {
  display: block !important;
}
@media screen and (max-width: 1280px) {
  body {
    overflow-x: auto !important;
  }
  #container-root {
    position: relative;
    width: 1280px;
  }
}
@media screen and (max-height: 768px) {
  body {
    overflow-y: auto !important;
  }
  #container-root {
    position: relative;
    height: 768px;
  }
}
