Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-02 18:13:20 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-02 18:13:20 +0400
commited3757382226cd0010999ae71b9f6c034dc5f074 (patch)
tree9d4ca79f3860e486a0d76c54def5a39bc165be2b /core/css/mobile.css
parentc483fb2f04b26061a05db08e8024b1c875691c39 (diff)
allow horizontal scrollbar in settings to make user mgmt usable on mobile
Diffstat (limited to 'core/css/mobile.css')
-rw-r--r--core/css/mobile.css5
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;