]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - inc/awesomplete.css
merge
[github/shaarli/Shaarli.git] / inc / awesomplete.css
index 76f903f7d57fff429f32ebf1974f266109604805..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;
@@ -94,4 +89,4 @@ div.awesomplete li:hover mark {
 div.awesomplete li[aria-selected="true"] mark {
     background: hsl(86, 102%, 21%);
     color: inherit;
-}
\ No newline at end of file
+}