html,
body,
#root,
#root > div {
  width: 100%;
  height: 100%;
}

body > iframe:not(#webpack-dev-server-client-overlay) {
  z-index: -20 !important;
  pointer-events: none;
}

::-webkit-scrollbar {
  height: 12px;
  width: 0px;
  background: #FFF;
}

::-webkit-scrollbar-thumb {
  background: #eee;
  -webkit-border-radius: 1px;
  -webkit-box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
}

::-webkit-scrollbar-corner {
  background: #FFF;
}
