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,8 +2972,12 @@ a.account__display-name {
justify-content: flex-start; justify-content: flex-start;
position: relative; position: relative;
&.unscrollable { .layout-multiple-columns & {
overflow-x: hidden; overflow-x: auto;
&.unscrollable {
overflow-x: hidden;
}
} }
&__panels { &__panels {