mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 09:19:56 -05:00
9 lines
326 B
CSS
9 lines
326 B
CSS
* {
|
|
scrollbar-width: thin;
|
|
scrollbar-color: transparent transparent;
|
|
}
|
|
|
|
*::-webkit-scrollbar { width: 4px; height: 4px; }
|
|
*::-webkit-scrollbar-track { background: transparent; }
|
|
*::-webkit-scrollbar-thumb { background: transparent; border-radius: 99px; }
|
|
*::-webkit-scrollbar-thumb:hover { background: transparent; } |