Skip to content

Commit

Permalink
fix: fix scrollbars in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed May 20, 2021
1 parent 94ec213 commit 288ae80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion revitron_sphinx_theme/static/css/theme.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/sass/_scrollbars.sass
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
width: 1.4rem
height: 1.4rem
background-color: transparent

.wy-side-scroll::-webkit-scrollbar
display: none

*::-webkit-scrollbar-track
&:vertical
Expand Down

0 comments on commit 288ae80

Please sign in to comment.