diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-25 18:09:43 +1200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-25 18:09:43 +1200 |
commit | 0c32eab904a9dad14957ece396ad85fc8f304e25 (patch) | |
tree | 0861d846e41cf5dc8ce22729b6a71ed554b71cff /core/css | |
parent | 1191dda0d88c25cbc02de7752e7d9ef81b9f8b9f (diff) | |
download | nextcloud-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.css | 4 |
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 { |