X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=inc%2Fawesomplete.css;h=4bb8024333889bbf8ecb46eabb179e7f9aa8863d;hb=c8f0a06d801d1e6405f5d86b45ba5967a6569c8c;hp=47c1928f3ddc82d8e83410e06a4c77d38c3422e1;hpb=3d713bd18fc970388ca7ee33a501eb036aa14e03;p=github%2Fshaarli%2FShaarli.git diff --git a/inc/awesomplete.css b/inc/awesomplete.css index 47c1928f..4bb80243 100644 --- a/inc/awesomplete.css +++ b/inc/awesomplete.css @@ -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;