Skip to content

Commit

Permalink
fix: both edges gutter
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Jun 11, 2024
1 parent acda01b commit 9f31932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.92",
"version": "0.0.93",
"sideEffects": false,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

html {
/* prevent layout shifts when the scrollbar appears */
scrollbar-gutter: stable;
scrollbar-gutter: both-edges;
}

body[style] {
Expand Down

0 comments on commit 9f31932

Please sign in to comment.