From 1081d7dc634ec5acdde569bb21141aaacabfdcdd Mon Sep 17 00:00:00 2001 From: Anbraten <6918444+anbraten@users.noreply.github.com> Date: Thu, 31 Jul 2025 23:42:14 +0200 Subject: [PATCH] Prevent body jump when scrollbar appears (#5381) --- web/src/App.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/src/App.vue b/web/src/App.vue index 36995f3c7..4c940d9d8 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -58,6 +58,10 @@ watch( -moz-osx-font-smoothing: grayscale; } +#scroll-component { + scrollbar-gutter: stable; +} + .slide-right-enter-active, .slide-right-leave-active { transition: all 0.3s ease;