.y-scrollbar{--y-scrollbar-bar-bg-color:var(--y-color-text-quaternary);--y-scrollbar-bar-hover-color:var(--y-color-text-tertiary)}.y-scrollbar{overflow:hidden;position:relative;z-index:auto;height:100%;width:100%}.y-scrollbar__wrap{overflow:auto;height:100%;max-height:inherit}.y-scrollbar__wrap--hidden-bar{scrollbar-width:none}.y-scrollbar__wrap--hidden-bar::-webkit-scrollbar{display:none}.y-scrollbar__wrap--content{min-height:100%;box-sizing:border-box;overflow:hidden}.y-scrollbar__rail{position:absolute;width:5px;right:4px;top:2px;bottom:2px;pointer-events:none;z-index:2}.y-scrollbar__rail.is-horizontal{position:absolute;height:5px;width:auto;top:auto;left:4px;bottom:2px}.y-scrollbar__rail--bar{cursor:pointer;pointer-events:all;border-radius:3px;background-color:var(--y-scrollbar-bar-bg-color)}.y-scrollbar__rail--bar:hover{background-color:var(--y-scrollbar-bar-hover-color)}