@fy-/fws-vue 2.3.0 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -67,7 +67,7 @@ const props = withDefaults(
|
|
|
67
67
|
{
|
|
68
68
|
closeIcon: () => h(XCircleIcon),
|
|
69
69
|
mSize: 'w-full',
|
|
70
|
-
ofy: 'overflow-y-auto',
|
|
70
|
+
ofy: 'overflow-y-auto cool-scroll-modal',
|
|
71
71
|
},
|
|
72
72
|
)
|
|
73
73
|
|
|
@@ -267,7 +267,7 @@ function handleBackdropClick(event: MouseEvent) {
|
|
|
267
267
|
<!-- Modal panel -->
|
|
268
268
|
<div
|
|
269
269
|
ref="modalRef"
|
|
270
|
-
:class="`relative ${mSize} max-w-6xl max-h-[
|
|
270
|
+
:class="`relative ${mSize} max-w-6xl max-h-[85vh] bg-white rounded-lg shadow dark:bg-fv-neutral-900 flex flex-col`"
|
|
271
271
|
:style="{ zIndex }"
|
|
272
272
|
tabindex="-1"
|
|
273
273
|
@click.stop
|