3
0

Fix max-height issue for ItemPicker in safari

This commit is contained in:
Katrin Yordanova
2023-05-23 17:28:04 +03:00
parent 41cbe2fb65
commit 947fe146dd
6 changed files with 8 additions and 8 deletions

View File

@@ -27,7 +27,7 @@
:module="module"
:fields.sync="currentFields"
disable-system-fields
style="max-height: 70vh;"
style="height: 70vh;"
/>
</b-tab>
</b-tabs>

View File

@@ -23,7 +23,7 @@
<field-picker
:module="module"
:fields.sync="filteredFields"
style="max-height: 71vh;"
style="height: 71vh;"
/>
</b-card-body>
</b-modal>

View File

@@ -15,7 +15,7 @@
:fields.sync="strictFields"
:field-subset="module.fields"
disable-system-fields
style="max-height: 35vh;"
style="height: 35vh;"
class="mt-3"
/>
</b-form-group>
@@ -33,7 +33,7 @@
:fields.sync="nonStrictFields"
:field-subset="module.fields"
disable-system-fields
style="max-height: 35vh;"
style="height: 35vh;"
class="mt-3"
/>
</b-form-group>

View File

@@ -84,7 +84,7 @@
<field-picker
:module="fieldModule"
:fields.sync="options.fields"
style="max-height: 52vh;"
style="height: 52vh;"
/>
</b-col>
</b-row>

View File

@@ -71,7 +71,7 @@
<field-picker
:module="recordListModule"
:fields.sync="options.fields"
style="max-height: 40vh;"
style="height: 40vh;"
/>
</b-col>
</b-row>
@@ -97,7 +97,7 @@
:fields.sync="options.editFields"
:field-subset="options.fields"
disable-system-fields
style="max-height: 40vh;"
style="height: 40vh;"
/>
</b-form-group>

View File

@@ -14,7 +14,7 @@
:system-fields="systemFields"
:disabled-types="disabledTypes"
:fields.sync="selectedFields"
style="max-height: 45vh;"
style="height: 45vh;"
/>
</b-form-group>