html {    overflow-y: scroll;}::-webkit-scrollbar {  -webkit-appearance: none;  width: 8px;}::-webkit-scrollbar-thumb {  border-radius: 2px;background-color: #6b6b6b; }