X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=inc%2Fawesomplete.css;h=4bb8024333889bbf8ecb46eabb179e7f9aa8863d;hb=e652ba3670a8481eaabb1f8bf721024107abd1e1;hp=0382e139da0cffde65808c8a6343ab42565a8a5c;hpb=504a42540946a55c0c7116119ef6ed7c5a91aa5f;p=github%2Fshaarli%2FShaarli.git diff --git a/inc/awesomplete.css b/inc/awesomplete.css index 0382e139..4bb80243 100644 --- a/inc/awesomplete.css +++ b/inc/awesomplete.css @@ -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;