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

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;