From c6b7ba3531286ddae02b902040aa9cdba618c0d8 Mon Sep 17 00:00:00 2001 From: Roman Gilg Date: Sun, 30 Jun 2024 18:05:27 +0200 Subject: [PATCH] feat: set scrollbar-gutter to stable This prevents layout shifts when the scrollbar appears. See [1]. [1] https://dev.to/rashidshamloo/preventing-the-layout-shift-caused-by-scrollbars-2flp --- app.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app.vue b/app.vue index 0615282..e958adc 100644 --- a/app.vue +++ b/app.vue @@ -16,3 +16,9 @@ useSeoMeta({ twitterImage: 'https://manjaro.org/meta-image.jpg', }) + +