fix: prevent layout shifts due to scrollbar (#31793)

This commit is contained in:
Raffael Meyer 2025-03-18 18:37:50 +01:00 committed by GitHub
parent 79815e57fa
commit 978abff5bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,7 +64,9 @@ body {
overflow: scroll;
overflow-x: hidden;
overflow-y: visible;
scrollbar-gutter: stable;
}
.body-sidebar-container {
display: flex;
flex-direction: column;