Jelajahi Sumber

#5550: Pique: Fix dropdown menu w/image comparison block (#6204)

* #5550: Pique: Fix dropdown menu w/image comparison block

* #5550: Pique: Adjust menu dropdown after review
Bob Matyas 3 tahun lalu
induk
melakukan
449de3ce49
1 mengubah file dengan 3 tambahan dan 2 penghapusan
  1. 3 2
      pique/style.css

+ 3 - 2
pique/style.css

@@ -42,6 +42,7 @@ Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 # Media
 	## Captions
 	## Galleries
+	## Image Comparison
 --------------------------------------------------------------*/
 /*--------------------------------------------------------------
 # Normalize
@@ -844,7 +845,7 @@ a:active {
 	height: 240px;
 	position: relative;
 	text-align: center;
-	z-index: 5;
+	z-index: 99;
 }
 #masthead .pique-header {
 	bottom: 0;
@@ -3906,4 +3907,4 @@ figure {
 /* Tiled galleries */
 .tiled-gallery-caption {
 	text-shadow: none;
-}
+}