Fix advanced UI columns not using mobile styles (#39528)

This commit is contained in:
diondiondion 2026-06-19 18:29:58 +02:00 committed by Claire
parent 7cb81e0887
commit 5a3f942a5d

View File

@ -3896,6 +3896,7 @@ a.account__display-name {
}
.scrollable {
container: column / inline-size;
overflow-y: scroll;
overflow-x: hidden;
flex: 1 1 auto;
@ -4577,6 +4578,7 @@ a.status-card {
}
.column-header__wrapper {
container: column / inline-size;
position: relative;
flex: 0 0 auto;
z-index: 1;