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