From 29f23cdcb56696668a6a57b33e02b8a20c374900 Mon Sep 17 00:00:00 2001 From: Bastian Greshake Date: Mon, 19 Jun 2017 19:38:27 +0200 Subject: [PATCH] fixed modal autocomplete! closes #375 --- app/assets/stylesheets/application.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 7ffbec2..f66c9bb 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -4,3 +4,6 @@ *= require_self *= require style */ + .ui-autocomplete{ + z-index:1050; + }