.scroll-panel{height:100%;overflow-x:hidden;overflow-y:auto;width:100%}.scroll-panel::-webkit-scrollbar{width:6px}.scroll-panel::-webkit-scrollbar-thumb{background-color:#0d0d0d00;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.scroll-panel::-webkit-scrollbar-thumb:hover{width:10px}.scroll-panel.show-scrollbar::-webkit-scrollbar-thumb{background-color:#0d0d0d14;-webkit-transition:all .3s;transition:all .3s}.dark .scroll-panel.show-scrollbar::-webkit-scrollbar-thumb{background-color:#ffffff29}
