Prevent body jump when scrollbar appears (#5381)

This commit is contained in:
Anbraten
2025-08-01 00:42:14 +03:00
committed by GitHub
parent 68adc21a53
commit 1081d7dc63
+4
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;