Skip to content

Commit

Permalink
Remove thin sroll on html only
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Dec 21, 2024
1 parent 71396c7 commit 9678113
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
scrollbar-width: thin;
}

html {
scrollbar-width: none!important;
}

body {
font-family: "Lato", sans-serif;
font-size: 0.9em;
Expand Down

0 comments on commit 9678113

Please sign in to comment.