mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Prevent body jump when scrollbar appears (#5381)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user