html,
body {
  overflow: auto;
  height: auto;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  scrollbar-width: none; 
  -ms-overflow-style: none; 
  touch-action: auto;
  height: 100%;
  width: 100%;
}
body::-webkit-scrollbar {
  width: 0; 
  height: 0;
}
body {
  background-color: black;
  background-image: url("./dashboard-bg.webp");
  background-repeat: no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  color: #fff;
  line-height: 150%;
  overflow-y: auto;
}

iframe {
    position: relative;
}