diff --git a/style.css b/style.css index 1fc2a34..517a152 100644 --- a/style.css +++ b/style.css @@ -15,6 +15,16 @@ box-sizing: border-box; } +html { + scrollbar-gutter: stable; +} + +@supports not (scrollbar-gutter: stable) { + html { + overflow-y: scroll; + } +} + html, body { margin: 0; padding: 0;