mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-03 12:43:48 +00:00
Prevent body jump when scrollbar appears (#5381)
This commit is contained in:
parent
68adc21a53
commit
1081d7dc63
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue