diff --git a/resources/js/components/ui/Combobox/Combobox.vue b/resources/js/components/ui/Combobox/Combobox.vue index 52fb0468bfb..27f22f606c3 100644 --- a/resources/js/components/ui/Combobox/Combobox.vue +++ b/resources/js/components/ui/Combobox/Combobox.vue @@ -423,7 +423,7 @@ defineExpose({ align="start" :class="[ 'shadow-ui-sm z-(--z-index-above) rounded-lg border border-gray-200 bg-white p-2 dark:border-white/10 dark:bg-gray-800', - 'min-h-[10rem] max-h-[var(--reka-combobox-content-available-height)] min-w-[var(--reka-combobox-trigger-width)]', + 'max-h-[var(--reka-combobox-content-available-height)] min-w-[var(--reka-combobox-trigger-width)]', 'overflow-hidden' ]" :style="optionWidth ? { width: `${optionWidth}px` } : {}" @@ -442,7 +442,7 @@ defineExpose({