.Scroller{width:100%;height:100%;max-height:100vh;overflow-y:auto}.Scroller::-webkit-scrollbar{width:4px}.Scroller::-webkit-scrollbar-thumb{border-radius:var(--border-radius-button-small);background-color:#0000;transition:background-color .4s}.Scroller::-webkit-scrollbar-track-piece{margin-top:4px;margin-bottom:4px}.Scroller__visablebar::-webkit-scrollbar-thumb{background-color:var(--input-default)}.Scroller__hidebar:hover::-webkit-scrollbar-thumb{background-color:var(--input-default)}.Scroller__stable-gutter{scrollbar-gutter:stable}
