From 29ecd7d1fe8fb87a044f4b0e4bd71e5ff3f7e4bd Mon Sep 17 00:00:00 2001 From: Cohan Carpentier Date: Tue, 11 Jun 2024 08:37:45 -0400 Subject: [PATCH] fix: both edges gutter --- package.json | 2 +- styles/globals.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }