[Glitch] Fix page being vertically scrollable in Advanced UI
Port 1571514e49ec02a57c050612b3bca856f54933fb to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
381fc173c7
commit
eea86088cf
@ -3037,8 +3037,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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user