From a1eab022b4592038d4a55a1f708af9752c9e95fa Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 3 Dec 2015 11:16:24 -0500 Subject: [PATCH] set res form bottom image to z-index 99 to hide corner of 'play' dropdown --- css/app.css | 3 ++- scss/_topbar.scss | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index ee6cec2..fcd5a12 100644 --- a/css/app.css +++ b/css/app.css @@ -6704,7 +6704,8 @@ header .searchform input[type="submit"]:hover { content: url(../assets/reservations-bottom.png); height: 30px; bottom: -30px; - left: 0px; } + left: 0px; + z-index: 99; } #res-tab li { list-style: none; padding: 20px 0; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index a145e57..c7c5bf4 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -343,6 +343,7 @@ height: 30px; bottom: -30px; left: 0px; + z-index: 99; } li { list-style: none; -- 2.17.1