niceties around tag filter expansion

This commit is contained in:
2024-01-05 13:23:18 +01:00
parent 4a01a5efb4
commit 179adf4806

View File

@@ -56,6 +56,8 @@
on:select={handleChange}
on:clear={handleChange}
{itemFilter}
--max-height="42px"
listOffset={0}
>
<div class="item" slot="item" let:item>
<label for={item.value}>
@@ -69,4 +71,8 @@
.item {
pointer-events: none;
}
:global(.svelte-select:hover) {
max-height: unset !important;
}
</style>