diff --git a/package.json b/package.json index 9ab9004..83c7d71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@risc0/ui", - "version": "0.0.93", + "version": "0.0.95", "sideEffects": false, "type": "module", "scripts": { diff --git a/styles/globals.css b/styles/globals.css index e98bb35..bf190f0 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -92,7 +92,7 @@ html { /* prevent layout shifts when the scrollbar appears */ - scrollbar-gutter: both-edges; + scrollbar-gutter: stable both-edges; } body[style] {