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>
<div <div
v-if="excludeType === 'specificLocations'" v-if="excludeType === 'specificLocations'"
style="max-height: 400px; overflow-y: scroll" style="min-height: 60vh; overflow-y: scroll"
> >
<ZoneLocationsTree <ZoneLocationsTree
:root-label="t('eventsExclusionForm.rootTreeLabel')" :root-label="t('eventsExclusionForm.rootTreeLabel')"