From 947fe146dd774c8dd199728dab661fe64fe60bf0 Mon Sep 17 00:00:00 2001 From: Katrin Yordanova Date: Tue, 23 May 2023 17:28:04 +0300 Subject: [PATCH] Fix max-height issue for ItemPicker in safari --- .../compose/src/components/Admin/Module/DiscoverySettings.vue | 2 +- .../src/components/Admin/Module/Records/ColumnPicker.vue | 2 +- client/web/compose/src/components/Admin/Module/Validation.vue | 4 ++-- .../compose/src/components/PageBlocks/RecordConfigurator.vue | 2 +- .../src/components/PageBlocks/RecordListConfigurator.vue | 4 ++-- .../src/components/Public/Record/Exporter/Configurator.vue | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/web/compose/src/components/Admin/Module/DiscoverySettings.vue b/client/web/compose/src/components/Admin/Module/DiscoverySettings.vue index f82f5b927..2043b4c6c 100644 --- a/client/web/compose/src/components/Admin/Module/DiscoverySettings.vue +++ b/client/web/compose/src/components/Admin/Module/DiscoverySettings.vue @@ -27,7 +27,7 @@ :module="module" :fields.sync="currentFields" disable-system-fields - style="max-height: 70vh;" + style="height: 70vh;" /> diff --git a/client/web/compose/src/components/Admin/Module/Records/ColumnPicker.vue b/client/web/compose/src/components/Admin/Module/Records/ColumnPicker.vue index 86a2b9013..dd9cc400d 100644 --- a/client/web/compose/src/components/Admin/Module/Records/ColumnPicker.vue +++ b/client/web/compose/src/components/Admin/Module/Records/ColumnPicker.vue @@ -23,7 +23,7 @@ diff --git a/client/web/compose/src/components/Admin/Module/Validation.vue b/client/web/compose/src/components/Admin/Module/Validation.vue index ad9be7b78..08e172a03 100644 --- a/client/web/compose/src/components/Admin/Module/Validation.vue +++ b/client/web/compose/src/components/Admin/Module/Validation.vue @@ -15,7 +15,7 @@ :fields.sync="strictFields" :field-subset="module.fields" disable-system-fields - style="max-height: 35vh;" + style="height: 35vh;" class="mt-3" /> @@ -33,7 +33,7 @@ :fields.sync="nonStrictFields" :field-subset="module.fields" disable-system-fields - style="max-height: 35vh;" + style="height: 35vh;" class="mt-3" /> diff --git a/client/web/compose/src/components/PageBlocks/RecordConfigurator.vue b/client/web/compose/src/components/PageBlocks/RecordConfigurator.vue index 88cfaec77..3257fd495 100644 --- a/client/web/compose/src/components/PageBlocks/RecordConfigurator.vue +++ b/client/web/compose/src/components/PageBlocks/RecordConfigurator.vue @@ -84,7 +84,7 @@ diff --git a/client/web/compose/src/components/PageBlocks/RecordListConfigurator.vue b/client/web/compose/src/components/PageBlocks/RecordListConfigurator.vue index 08772e997..bd54c36a7 100644 --- a/client/web/compose/src/components/PageBlocks/RecordListConfigurator.vue +++ b/client/web/compose/src/components/PageBlocks/RecordListConfigurator.vue @@ -71,7 +71,7 @@ @@ -97,7 +97,7 @@ :fields.sync="options.editFields" :field-subset="options.fields" disable-system-fields - style="max-height: 40vh;" + style="height: 40vh;" /> diff --git a/client/web/compose/src/components/Public/Record/Exporter/Configurator.vue b/client/web/compose/src/components/Public/Record/Exporter/Configurator.vue index 72126118a..69f7270e4 100644 --- a/client/web/compose/src/components/Public/Record/Exporter/Configurator.vue +++ b/client/web/compose/src/components/Public/Record/Exporter/Configurator.vue @@ -14,7 +14,7 @@ :system-fields="systemFields" :disabled-types="disabledTypes" :fields.sync="selectedFields" - style="max-height: 45vh;" + style="height: 45vh;" />