fix name autocomplete not showing on mobile, fix #18551

remotes/origin/certificate-external-storage-visibility
Jan-Christoph Borchardt 2015-09-25 18:09:43 +07:00
parent 1191dda0d8
commit 0c32eab904
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 {