diff options
-rw-r--r-- | core/css/mobile.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index 1f081105662..bdca29d888a 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -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; |