diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-02 16:13:20 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-02 16:13:20 +0200 |
commit | ed3757382226cd0010999ae71b9f6c034dc5f074 (patch) | |
tree | 9d4ca79f3860e486a0d76c54def5a39bc165be2b /core | |
parent | c483fb2f04b26061a05db08e8024b1c875691c39 (diff) | |
download | nextcloud-server-ed3757382226cd0010999ae71b9f6c034dc5f074.tar.gz nextcloud-server-ed3757382226cd0010999ae71b9f6c034dc5f074.zip |
allow horizontal scrollbar in settings to make user mgmt usable on mobile
Diffstat (limited to 'core')
-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; |