diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 7a536b25e..2a2c61b79 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -289,6 +289,12 @@ } } + /* Fix when no vertical scrollbar is present, some environments reserve a gutter by default */ + html, + body { + scrollbar-gutter: auto !important; + } + /* TODO: remove this block once Pink V2 is incorporated */ input[type='radio'], input[type='checkbox']:not([class='switch']),