 ::-webkit-scrollbar { width: 7px; height: 100%; }  ::-webkit-scrollbar-thumb { border-radius: 5px; background-color:#969696; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); }  ::-webkit-scrollbar-track { border-radius: 0; background-color: #232323; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.03); }  * { scrollbar-width: thin; scrollbar-color: #969696 #232323; }  @media screen and (max-width: 400px) {  ::-webkit-scrollbar { width: 5px; }  ::-webkit-scrollbar-thumb { border-radius: 3px; }  ::-webkit-scrollbar-track { border-radius: 0; }  }