diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-09-28 08:48:44 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-09-28 08:48:44 +0200 |
commit | 77a874ba3858110a07295ba8ded369e462126d36 (patch) | |
tree | 79803797eb2fbe37d3da7ac6fcda34db0c8609b4 /core/css | |
parent | fe54d76e3dd047876847cebb63ed469c3273cf0a (diff) | |
parent | 0c32eab904a9dad14957ece396ad85fc8f304e25 (diff) | |
download | nextcloud-server-77a874ba3858110a07295ba8ded369e462126d36.tar.gz nextcloud-server-77a874ba3858110a07295ba8ded369e462126d36.zip |
Merge pull request #19378 from owncloud/fix-sharing-autocomplete
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 { |