html { overflow-y: scroll; } ::-webkit-scrollbar { -webkit-appearance: none; width: 8px; } ::-webkit-scrollbar-thumb { border-radius: 2px; background-color: var(--action); }