fix: prevent layout shifts due to scrollbar (#31793)
This commit is contained in:
parent
79815e57fa
commit
978abff5bb
1 changed files with 2 additions and 0 deletions
|
|
@ -64,7 +64,9 @@ body {
|
|||
overflow: scroll;
|
||||
overflow-x: hidden;
|
||||
overflow-y: visible;
|
||||
scrollbar-gutter: stable;
|
||||
}
|
||||
|
||||
.body-sidebar-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue