aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/awesomplete.css
diff options
context:
space:
mode:
Diffstat (limited to 'inc/awesomplete.css')
-rw-r--r--inc/awesomplete.css7
1 files changed, 1 insertions, 6 deletions
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 @@
8div.awesomplete { 8div.awesomplete {
9 display: inline-block; 9 display: inline-block;
10 position: relative; 10 position: relative;
11 width: 100%;
12}
13
14div.awesomplete > input {
15 display: block;
16} 11}
17 12
18div.awesomplete > ul { 13div.awesomplete > ul {
19 position: absolute; 14 position: absolute;
20 left: 0; 15 left: 0;
21 z-index: 1; 16 z-index: 9999;
22 min-width: 100%; 17 min-width: 100%;
23 box-sizing: border-box; 18 box-sizing: border-box;
24 list-style: none; 19 list-style: none;