html,body,#root{width:100%;height:100%}#root{min-height:100vh}@supports (height:100dvh){#root{min-height:100dvh}}@media (width<=1024px){body{-webkit-overflow-scrolling:touch;overflow:hidden auto!important}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--colors-groupped-background);border-radius:999px}::-webkit-scrollbar-thumb{background:var(--colors-divider);background-clip:padding-box;border:2px solid #0000;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--colors-text-secondary);background-clip:padding-box}::-webkit-scrollbar-corner{background:var(--colors-groupped-background)}*{scrollbar-width:thin;scrollbar-color:var(--colors-divider)var(--colors-groupped-background)}::-webkit-scrollbar:horizontal{height:10px}::-webkit-scrollbar:vertical{width:10px}