This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Description

Before

After
[frontend/src/scroll.css]
::-webkit-scrollbar { width: 9px; height: 9px; }
::-webkit-scrollbar-button { display: none; }
::-webkit-scrollbar-track-piece { background-color: white; }
::-webkit-scrollbar-thumb { border-radius: 9px; background-color: #c7c7c7; }
::-webkit-scrollbar-thumb:hover { background: #ababab; }
::-webkit-scrollbar-thumb:active { background: #808080; }