Skip to content

Commit

Permalink
fix: scrollbar causing layout shift
Browse files Browse the repository at this point in the history
  • Loading branch information
Skanislav committed Dec 18, 2024
1 parent afb6143 commit 20768cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@
}
}

html {
scrollbar-gutter: stable;
}

body {
/* Variables imported from layout.tsx > @aragon/gov-ui-kit */
color: var(--guk-color-neutral-800);
Expand Down

0 comments on commit 20768cf

Please sign in to comment.