niceties around tag filter expansion
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user