Fix page being vertically scrollable in Advanced UI (#36271)

This commit is contained in:
diondiondion 2025-09-26 11:23:30 +02:00 committed by GitHub
parent 238d74fe81
commit 1571514e49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2972,9 +2972,13 @@ a.account__display-name {
justify-content: flex-start; justify-content: flex-start;
position: relative; position: relative;
.layout-multiple-columns & {
overflow-x: auto;
&.unscrollable { &.unscrollable {
overflow-x: hidden; overflow-x: hidden;
} }
}
&__panels { &__panels {
box-sizing: border-box; box-sizing: border-box;