0
0
Fork 0

Merge pull request 'Improve ZoneLocationTree height' (!786) from fix_height_zoneLocationTree into dev

Reviewed-on: verdnatura/salix-front#786
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Javier Segarra 2024-10-02 07:36:09 +00:00
commit c987a1151c
1 changed files with 1 additions and 1 deletions

View File

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