Improve ZoneLocationTree height #786

Merged
jsegarra merged 1 commits from fix_height_zoneLocationTree into dev 2024-10-02 07:36:10 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6b38bdf868 - Show all commits

View File

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