mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 11:12: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
@@ -125,7 +125,7 @@ watch(open, () => {
|
||||
<slot name="trigger"> </slot>
|
||||
</template>
|
||||
<template #content>
|
||||
<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) ?? 'none'"
|
||||
|
||||
Reference in New Issue
Block a user