We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2daf701 commit 0012cf1Copy full SHA for 0012cf1
InteractiveHtmlBom/ibom.css
@@ -381,3 +381,20 @@ mark.highlight {
381
#dbg {
382
display: block;
383
}
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