working on popup css
This commit is contained in:
parent
3d0199b2c6
commit
546a85ebe3
1 changed files with 7 additions and 9 deletions
|
|
@ -13,10 +13,9 @@ body {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 10em;
|
width: 10em;
|
||||||
max-height: 11em;
|
max-height: 12em;
|
||||||
min-height: 1em;
|
min-height: 1em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow-y: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#mzta_search_input{
|
#mzta_search_input{
|
||||||
|
|
@ -30,13 +29,12 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#mzta_autocomplete-items {
|
#mzta_autocomplete-items {
|
||||||
position: relative;
|
margin-top: 1.5em;
|
||||||
top: 1.5em;
|
border: none;
|
||||||
left: 0em;
|
z-index: 1000;
|
||||||
border: none;
|
background-color: #fff;
|
||||||
z-index: 1000;
|
width: 10em;
|
||||||
background-color: #fff;
|
overflow-y: auto;
|
||||||
width: 10em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mzta_autocomplete-item {
|
.mzta_autocomplete-item {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue