mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
allow horizontal scrollbar in settings to make user mgmt usable on mobile
This commit is contained in:
parent
c483fb2f04
commit
ed37573822
1 changed files with 5 additions and 0 deletions
|
|
@ -82,6 +82,11 @@
|
|||
background-color: #fff;
|
||||
overflow-x: hidden !important;
|
||||
}
|
||||
/* allow horizontal scrollbar in settings
|
||||
otherwise user management is not usable on mobile */
|
||||
#body-settings #app-content {
|
||||
overflow-x: auto !important;
|
||||
}
|
||||
|
||||
#app-navigation-toggle {
|
||||
position: fixed;
|
||||
|
|
|
|||
Loading…
Reference in a new issue