html {--custom-scrollbar-color: #4b4b4b88;}html {scrollbar-color: var(--custom-scrollbar-color) #131a30;scrollbar-width: thin;transition: scrollbar-color 0.4s ease-out;}.scroll-wrapper {height: 100vh;background-color: transparent;overflow-y: scroll;transition: background-color 0.4s ease-out;}.scroll-wrapper.scrolling {background-color: var(--custom-scrollbar-color);}div.scroll-wrapper::-webkit-scrollbar {width: 6px;}div.scroll-wrapper::-webkit-scrollbar-track {background-color: #131a30;}div.scroll-wrapper::-webkit-scrollbar-thumb {display: block;height: 120px;margin-top: 6px;background-color: inherit;border-radius: 3px;}