set res form bottom image to z-index 99 to hide corner of 'play' dropdown
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 3 Dec 2015 16:16:24 +0000 (11:16 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 3 Dec 2015 16:16:24 +0000 (11:16 -0500)
css/app.css
scss/_topbar.scss

index ee6cec2..fcd5a12 100644 (file)
@@ -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; }
index a145e57..c7c5bf4 100644 (file)
         height: 30px;
         bottom: -30px;
         left: 0px;
+        z-index: 99;
     }
     li {
         list-style: none;