Skip to content

Commit ece8bfc

Browse files
committed
width should be auto not none
1 parent 9678113 commit ece8bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_static/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
}
5858

5959
html {
60-
scrollbar-width: none!important;
60+
scrollbar-width: auto!important;
6161
}
6262

6363
body {

0 commit comments

Comments
 (0)