diff --git a/package.json b/package.json index 83c7d71..557576b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@risc0/ui", - "version": "0.0.95", + "version": "0.0.96", "sideEffects": false, "type": "module", "scripts": { diff --git a/styles/globals.css b/styles/globals.css index bf190f0..45f17c2 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -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; }