diff --git a/src/index.css b/src/index.css index c5711f9..6e9e00f 100644 --- a/src/index.css +++ b/src/index.css @@ -39,6 +39,33 @@ html, body { overflow: hidden; } +.scrollbar-ghost { + scrollbar-width: thin; + scrollbar-color: transparent transparent; +} + +.scrollbar-ghost::-webkit-scrollbar { + width: 6px; +} + +.scrollbar-ghost::-webkit-scrollbar-track { + background: transparent; +} + +.scrollbar-ghost::-webkit-scrollbar-thumb { + background: transparent; + border-radius: 6px; +} + +.scrollbar-ghost:hover::-webkit-scrollbar-thumb, +.scrollbar-ghost:hover { + scrollbar-color: rgba(200, 164, 52, 0.25) transparent; +} + +.scrollbar-ghost:hover::-webkit-scrollbar-thumb { + background: rgba(200, 164, 52, 0.25); +} + /* Native