From 546a85ebe39bad87efe7cfe53d4739fa9e45565a Mon Sep 17 00:00:00 2001 From: mic Date: Sun, 22 Sep 2024 21:20:12 +0200 Subject: [PATCH] working on popup css --- popup/mzta-popup.css | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/popup/mzta-popup.css b/popup/mzta-popup.css index 636d0e08..09503173 100644 --- a/popup/mzta-popup.css +++ b/popup/mzta-popup.css @@ -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; - border: none; - z-index: 1000; - background-color: #fff; - width: 10em; + margin-top: 1.5em; + border: none; + z-index: 1000; + background-color: #fff; + width: 10em; + overflow-y: auto; } .mzta_autocomplete-item {