Skip to content

Commit 4cb9cdf

Browse files
committed
Remove scrollbar styling
1 parent 0c196aa commit 4cb9cdf

File tree

1 file changed

+0
-17
lines changed
  • lib/rdoc/generator/template/darkfish/css

1 file changed

+0
-17
lines changed

lib/rdoc/generator/template/darkfish/css/rdoc.css

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -656,20 +656,3 @@ main .attribute-access-type {
656656
float: none;
657657
}
658658
}
659-
660-
/* Scrollbar Styling */
661-
::-webkit-scrollbar {
662-
width: 8px;
663-
}
664-
665-
::-webkit-scrollbar-track {
666-
background: var(--background-color);
667-
}
668-
669-
::-webkit-scrollbar-thumb {
670-
background: var(--border-color);
671-
}
672-
673-
::-webkit-scrollbar-thumb:hover {
674-
background: var(--scrollbar-thumb-hover-background);
675-
}

0 commit comments

Comments
 (0)