aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/css/mobile.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css
index 2003e0a7f45..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;
@@ -129,6 +134,15 @@ table.multiselect thead {
}
+/* prevent overflow in user management controls bar */
+#usersearchform {
+ display: none;
+}
+#body-settings #controls {
+ min-width: 768px !important;
+}
+
+
/* fix controls bar jumping when navigation is slid out */
.snapjs-left #app-navigation-toggle,
.snapjs-left #controls {