Prevent body jump when scrollbar appears (#5381)

This commit is contained in:
Anbraten 2025-07-31 23:42:14 +02:00 committed by GitHub
parent 68adc21a53
commit 1081d7dc63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;