From 0c32eab904a9dad14957ece396ad85fc8f304e25 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 25 Sep 2015 18:09:43 +1200 Subject: [PATCH] fix name autocomplete not showing on mobile, fix #18551 --- core/css/mobile.css | 4 ++++ 1 file changed, 4 insertions(+) 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 {