]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - inc/awesomplete.css
Keep up with master changes
[github/shaarli/Shaarli.git] / inc / awesomplete.css
index 0382e139da0cffde65808c8a6343ab42565a8a5c..4bb8024333889bbf8ecb46eabb179e7f9aa8863d 100644 (file)
@@ -10,14 +10,10 @@ div.awesomplete {
     position: relative;
 }
 
-div.awesomplete > input {
-    display: block;
-}
-
 div.awesomplete > ul {
     position: absolute;
     left: 0;
-    z-index: 1;
+    z-index: 9999;
     min-width: 100%;
     box-sizing: border-box;
     list-style: none;