diff --git a/core/css/mobile.css b/core/css/mobile.css index 29507a0faa..e8ed33933b 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 {