Browse Source

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

Gustavo Hilario 3 years ago
parent
commit
214ab38ee4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libretto/style.css

+ 1 - 0
libretto/style.css

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