mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 03:32:15 +01:00
fix reporting multiselect dropdowns max height, fixes ST-414
This commit is contained in:
committed by
Constantin Graf
parent
f0705e1e4a
commit
d211e962f5
@@ -136,7 +136,9 @@ function updateValue(project: Project) {
|
||||
placeholder="Search for a project..." />
|
||||
</ComboboxAnchor>
|
||||
<ComboboxContent>
|
||||
<ComboboxViewport ref="dropdownViewport" class="w-60">
|
||||
<ComboboxViewport
|
||||
ref="dropdownViewport"
|
||||
class="w-60 max-h-60 overflow-y-scroll">
|
||||
<ComboboxItem
|
||||
v-if="searchValue === ''"
|
||||
class="data-[highlighted]:bg-card-background-active"
|
||||
|
||||
Reference in New Issue
Block a user