Skip to content

Commit 426ea05

Browse files
authored
Remove old scrollbar selectors (#892)
1 parent d22d31c commit 426ea05

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/furo/assets/styles/_scaffold.sass

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,9 @@ html
2424
scroll-behavior: smooth
2525

2626
.sidebar-scroll, .toc-scroll, article[role=main] *
27-
// Override Firefox scrollbar style
2827
scrollbar-width: thin
2928
scrollbar-color: var(--color-foreground-border) transparent
3029

31-
// Override Chrome scrollbar styles
32-
&::-webkit-scrollbar
33-
width: 0.25rem
34-
height: 0.25rem
35-
&::-webkit-scrollbar-thumb
36-
background-color: var(--color-foreground-border)
37-
border-radius: 0.125rem
38-
3930
//
4031
// Overalls
4132
//

0 commit comments

Comments
 (0)