Skip to content

Commit 19cd1d3

Browse files
committed
Committing dist/ui/content.css
1 parent 2e8f579 commit 19cd1d3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

dist/ui/content.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.thin-scroll::-webkit-scrollbar {
2+
width: 0.3em;
3+
height: 0.3em;
4+
}
5+
6+
.thin-scroll::-webkit-scrollbar-track {
7+
-webkit-box-shadow: inset 0 0 6px #eff4ff;
8+
}
9+
10+
.thin-scroll::-webkit-scrollbar-thumb {
11+
background-color: #3872e3;
12+
outline: none;
13+
border-radius: 10px;
14+
}

0 commit comments

Comments
 (0)