Merge pull request #19378 from owncloud/fix-sharing-autocomplete

fix name autocomplete not showing on mobile, fix #18551
remotes/origin/certificate-external-storage-visibility
Thomas Müller 2015-09-28 08:48:44 +07:00
commit 77a874ba38
1 changed files with 4 additions and 0 deletions

@ -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 {