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 aafd767 commit 29ecd7d
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.95",
"version": "0.0.96",
"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 @@ -91,7 +91,7 @@
}

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

Expand Down

0 comments on commit 29ecd7d

Please sign in to comment.