Browse Source

fix name autocomplete not showing on mobile, fix #18551

remotes/origin/certificate-external-storage-visibility
Jan-Christoph Borchardt 10 years ago
parent
commit
0c32eab904
  1. 4
      core/css/mobile.css

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

Loading…
Cancel
Save