From 9a12973abd84647f9fb72d0160db325b208f2b9f Mon Sep 17 00:00:00 2001 From: jaredevantabor Date: Fri, 17 Feb 2017 15:58:18 -0500 Subject: [PATCH] fixing z-index of smart-search button --- awx/ui/client/src/shared/smart-search/smart-search.block.less | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/client/src/shared/smart-search/smart-search.block.less b/awx/ui/client/src/shared/smart-search/smart-search.block.less index 3e6c4a11d1..80791891e1 100644 --- a/awx/ui/client/src/shared/smart-search/smart-search.block.less +++ b/awx/ui/client/src/shared/smart-search/smart-search.block.less @@ -75,6 +75,7 @@ cursor: pointer; border-top-right-radius: 5px; border-bottom-right-radius: 5px; + z-index: 1; } .SmartSearch-searchButton:hover {