mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-13 10:42:16 +01:00
fix reporting multiselect dropdowns max height, fixes ST-414
This commit is contained in:
committed by
Constantin Graf
parent
f0705e1e4a
commit
d211e962f5
@@ -165,7 +165,7 @@ const highlightedItem = computed(() => {
|
||||
ref="searchInput"
|
||||
class="bg-card-background border-0 placeholder-muted text-sm text-white py-2.5 focus:ring-0 border-b border-card-background-separator focus:border-card-background-separator w-full"
|
||||
:placeholder="searchPlaceholder" />
|
||||
<div ref="dropdownViewport" class="w-60">
|
||||
<div ref="dropdownViewport" class="w-60 max-h-60 overflow-y-scroll">
|
||||
<div
|
||||
v-for="item in filteredItems"
|
||||
:key="props.getKeyFromItem(item)"
|
||||
|
||||
Reference in New Issue
Block a user