html { overflow-y: scroll; } ::-webkit-scrollbar { -webkit-appearance: none; width: 8px; } ::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #6b6b6b; } :active, :hover, :focus { outline: 0 !important; outline-offset: 0 !important; }