]> 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 47c1928f3ddc82d8e83410e06a4c77d38c3422e1..4bb8024333889bbf8ecb46eabb179e7f9aa8863d 100644 (file)
@@ -8,17 +8,12 @@
 div.awesomplete {
     display: inline-block;
     position: relative;
-    width: 100%;
-}
-
-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;