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

fix name autocomplete not showing on mobile, fix #18551
This commit is contained in:
Thomas Müller 2015-09-28 08:48:44 +02:00
commit 77a874ba38
1 changed files with 4 additions and 0 deletions

View File

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