mirror of
https://github.com/mastodon/mastodon.git
synced 2025-10-05 00:22:42 +00:00
Fix page being vertically scrollable in Advanced UI (#36271)
This commit is contained in:
parent
238d74fe81
commit
1571514e49
|
@ -2972,8 +2972,12 @@ a.account__display-name {
|
|||
justify-content: flex-start;
|
||||
position: relative;
|
||||
|
||||
&.unscrollable {
|
||||
overflow-x: hidden;
|
||||
.layout-multiple-columns & {
|
||||
overflow-x: auto;
|
||||
|
||||
&.unscrollable {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
&__panels {
|
||||
|
|
Loading…
Reference in New Issue
Block a user