Merge pull request #10382 from nextcloud/bugfix/noid/fix-settings-sidebar
Fix sidebar position in app settings
This commit is contained in:
commit
0e4f465094
|
@ -206,12 +206,6 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
/* allow horizontal scrollbar for personal and admin settings */
|
||||
|
||||
#body-settings:not(.snapjs-left) .app-settings {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
/* EMPTY CONTENT DISPLAY ------------------------------------------------------------ */
|
||||
|
||||
#emptycontent,
|
||||
|
|
Loading…
Reference in New Issue