Skip to content
Snippets Groups Projects
Commit 65a82f32 authored by MeiMei's avatar MeiMei Committed by syuilo
Browse files

Supports CSS Scrollbars (#3783)

* Supports CSS Scrollbars

* fix
parent eead9fad
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,14 @@ html
background var(--bg)
&, *
scrollbar-color var(--scrollbarHandle) var(--scrollbarTrack)
&:hover
scrollbar-color var(--scrollbarHandleHover) var(--scrollbarTrack)
&:active
scrollbar-color var(--primary) var(--scrollbarTrack)
&::-webkit-scrollbar
width 6px
height 6px
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment