html,body,#root{width:100%;height:100%;margin:0;padding:0;overflow:hidden}body{overscroll-behavior-y:none}#root>div,#root>div>div{height:100%}@supports (height:100dvh){html,body,#root,#root>div,#root>div>div{height:100dvh}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:#9696964d;border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:#96969680}::-webkit-scrollbar-button{width:0;height:0;display:none}