html,body,#root{height:100%;min-height:100%}body,#root{overflow-y:auto;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#a1a1aa;border-radius:4px;border:2px solid #0b0b0f}::-webkit-scrollbar-thumb:hover{background:#d4d4d8}::-webkit-scrollbar-track{background:#18181b}.scrollable-zoom-container{overflow:auto;scrollbar-gutter:stable;overflow-y:scroll;overflow-x:scroll;width:100vw;height:100vh;scrollbar-width:thin;scrollbar-color:rgb(63,63,70) rgb(39,39,42)}@supports (scrollbar-gutter: stable both-edges){.scrollable-zoom-container{scrollbar-gutter:stable both-edges}}.scrollable-zoom-container::-webkit-scrollbar{width:15px;height:15px}.scrollable-zoom-container::-webkit-scrollbar-track{background:#27272a}.scrollable-zoom-container::-webkit-scrollbar-thumb{background:#3f3f46;border-radius:8px;border:2px solid rgb(24,24,27)}.scrollable-zoom-container::-webkit-scrollbar-thumb:hover{background:#52525b}
