mirror of
https://github.com/mastodon/mastodon.git
synced 2025-10-05 16:42:47 +00:00
Fix page being vertically scrollable in Advanced UI (#36271)
This commit is contained in:
parent
238d74fe81
commit
1571514e49
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user