Skip to content

Commit 0012cf1

Browse files
committed
Add styling to scrollbar
1 parent 2daf701 commit 0012cf1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

InteractiveHtmlBom/ibom.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,3 +381,20 @@ mark.highlight {
381381
#dbg {
382382
display: block;
383383
}
384+
385+
::-webkit-scrollbar {
386+
width: 8px;
387+
}
388+
389+
::-webkit-scrollbar-track {
390+
background: #aaa;
391+
}
392+
393+
::-webkit-scrollbar-thumb {
394+
background: #666;
395+
border-radius: 3px;
396+
}
397+
398+
::-webkit-scrollbar-thumb:hover {
399+
background: #555;
400+
}

0 commit comments

Comments
 (0)