bz-select closes his bros

This commit is contained in:
STEINNI
2025-10-21 10:09:09 +00:00
parent fd8369317d
commit 4d2fae9d09
5 changed files with 32 additions and 18 deletions
+6 -1
View File
@@ -30,12 +30,17 @@ bz-select > button::after {
color: #444;
}
bz-select > div.options-container{
pointer-events: none;
position: absolute;
top: 100%;
top: 2em;
left: 0;
width: 100%;
z-index: 99;
max-height: 0;
overflow: auto;
transition: max-height 0.4s ease;
}
bz-select > div.options-container.open{ pointer-events: auto; max-height: 10em;}
bz-select option{
background-color: #DDD;
border: 1px solid black;