Fix page being vertically scrollable in Advanced UI (#36271)
This commit is contained in:
parent
238d74fe81
commit
1571514e49
1 changed files with 6 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue