Quellcode durchsuchen

#2906: Libretto: Search bar overlaps menu items (#6055)

Gustavo Hilario vor 3 Jahren
Ursprung
Commit
214ab38ee4
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      libretto/style.css

+ 1 - 0
libretto/style.css

@@ -2834,6 +2834,7 @@ object {
     -webkit-transition: all 0.25s linear;
     -webkit-transition: all 0.25s linear;
             transition: all 0.25s linear;
             transition: all 0.25s linear;
     width: 400px;
     width: 400px;
+    z-index: 999;
   }
   }
 
 
   #site-navigation .search-form label::before {
   #site-navigation .search-form label::before {