style: increase height

This commit is contained in:
Javier Segarra 2024-05-29 12:13:11 +02:00
parent b7bc82aa3c
commit ed566e6ece
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ onMounted(() => {
</div>
<div
v-if="excludeType === 'specificLocations'"
style="max-height: 400px; overflow-y: scroll"
style="min-height: 60vh; overflow-y: scroll"
>
<ZoneLocationsTree
:root-label="t('eventsExclusionForm.rootTreeLabel')"