.ScrollAreaRoot{--scrollbar-size:6px;width:100%;overflow:hidden}.ScrollAreaViewport{width:100%;height:100%;overflow-x:auto!important}.ScrollAreaScrollbar{-webkit-user-select:none;user-select:none;touch-action:none;background:var(--chakra-colors-grey-100);transition:background .16s ease-out;display:flex}.ScrollAreaScrollbar[data-orientation=vertical]{width:var(--scrollbar-size)}.ScrollAreaScrollbar[data-orientation=horizontal]{height:var(--scrollbar-size);flex-direction:column}.ScrollAreaThumb{background:var(--chakra-colors-grey-800);flex:1;position:relative}.ScrollAreaThumb:before{content:"";width:100%;min-width:44px;height:100%;min-height:44px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
/*# sourceMappingURL=9969b5686b299bfe.css.map*/