working on popup css

This commit is contained in:
mic 2024-09-22 21:20:12 +02:00
parent 3d0199b2c6
commit 546a85ebe3

View file

@ -13,10 +13,9 @@ body {
align-items: center;
position: relative;
width: 10em;
max-height: 11em;
max-height: 12em;
min-height: 1em;
padding: 0;
overflow-y: auto;
}
#mzta_search_input{
@ -30,13 +29,12 @@ body {
}
#mzta_autocomplete-items {
position: relative;
top: 1.5em;
left: 0em;
margin-top: 1.5em;
border: none;
z-index: 1000;
background-color: #fff;
width: 10em;
overflow-y: auto;
}
.mzta_autocomplete-item {