Merge pull request 'Improve ZoneLocationTree height' (!786) from fix_height_zoneLocationTree into dev
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
Reviewed-on: #786 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
c987a1151c
|
@ -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')"
|
||||
|
|
Loading…
Reference in New Issue