summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-09-25 18:09:43 +1200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-09-25 18:09:43 +1200
commit0c32eab904a9dad14957ece396ad85fc8f304e25 (patch)
tree0861d846e41cf5dc8ce22729b6a71ed554b71cff /core/css
parent1191dda0d88c25cbc02de7752e7d9ef81b9f8b9f (diff)
downloadnextcloud-server-0c32eab904a9dad14957ece396ad85fc8f304e25.tar.gz
nextcloud-server-0c32eab904a9dad14957ece396ad85fc8f304e25.zip
fix name autocomplete not showing on mobile, fix #18551
Diffstat (limited to 'core/css')
-rw-r--r--core/css/mobile.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css
index 29507a0faa9..e8ed33933b7 100644
--- a/core/css/mobile.css
+++ b/core/css/mobile.css
@@ -45,6 +45,10 @@
width: 80% !important;
}
+/* fix name autocomplete not showing on mobile */
+.ui-autocomplete {
+ z-index: 1000 !important;
+}
/* fix error display on smaller screens */
.error-wide {