.yh-scrollbar{--yh-scrollbar-opacity: .3;--yh-scrollbar-bg-color: var(--yh-text-color-secondary);--yh-scrollbar-hover-opacity: .5;--yh-scrollbar-hover-bg-color: var(--yh-text-color-secondary)}.yh-scrollbar{height:100%;overflow:hidden;position:relative}.yh-scrollbar__wrap{height:100%;overflow:auto}.yh-scrollbar__wrap--hidden-default{scrollbar-width:none}.yh-scrollbar__wrap--hidden-default::-webkit-scrollbar{display:none}.yh-scrollbar__thumb{background-color:var(--yh-scrollbar-bg-color, var(--yh-text-color-secondary));border-radius:inherit;cursor:pointer;display:block;height:0;opacity:var(--yh-scrollbar-opacity, .3);position:relative;-webkit-transition:var(--yh-transition-duration) background-color;transition:var(--yh-transition-duration) background-color;width:0}.yh-scrollbar__thumb:hover{background-color:var(--yh-scrollbar-hover-bg-color, var(--yh-text-color-secondary));opacity:var(--yh-scrollbar-hover-opacity, .5)}.yh-scrollbar__bar{border-radius:4px;bottom:2px;position:absolute;right:2px;z-index:1}.yh-scrollbar__bar.is-vertical{top:2px;width:6px}.yh-scrollbar__bar.is-vertical>div{width:100%}.yh-scrollbar__bar.is-horizontal{height:6px;left:2px}.yh-scrollbar__bar.is-horizontal>div{height:100%}.yh-scrollbar-fade-enter-active{-webkit-transition:opacity .34s ease-out;transition:opacity .34s ease-out}.yh-scrollbar-fade-leave-active{-webkit-transition:opacity .12s ease-out;transition:opacity .12s ease-out}.yh-scrollbar-fade-enter-from,.yh-scrollbar-fade-leave-active{opacity:0}
