Skip to content

Commit

Permalink
fix scrollbar overflow issue on chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
HardoMX committed Mar 3, 2024
1 parent 0e828d9 commit 18ae6f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
--accent: #ff8c00;
}

html {
scrollbar-gutter: stable;
}

body {
margin: 0;
font-family: "Noto Sans", sans-serif;
Expand Down

0 comments on commit 18ae6f4

Please sign in to comment.