Skip to content

Commit

Permalink
Merge pull request #4 from rahulpandey70/fix/page-layout-bug
Browse files Browse the repository at this point in the history
add `scrollbar-gutter=stable`
  • Loading branch information
SergeWilfried authored Feb 20, 2024
2 parents 174bc2e + 467ec35 commit 68f680c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@
font-feature-settings: "rlig" 1, "calt" 1;
}
}

html {
scrollbar-gutter: stable;
}

0 comments on commit 68f680c

Please sign in to comment.