@fy-/fws-vue 2.2.98 → 2.2.99

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.
@@ -62,12 +62,12 @@ const props = withDefaults(
62
62
  onClose?: Function
63
63
  closeIcon?: object
64
64
  mSize?: string
65
- disableContainerScroll?: boolean
65
+ ofy?: string
66
66
  }>(),
67
67
  {
68
68
  closeIcon: () => h(XCircleIcon),
69
69
  mSize: 'w-full',
70
- disableContainerScroll: false,
70
+ ofy: 'overflow-y-auto',
71
71
  },
72
72
  )
73
73
 
@@ -250,7 +250,7 @@ function handleBackdropClick(event: MouseEvent) {
250
250
  >
251
251
  <div
252
252
  v-if="isOpen"
253
- class="fixed inset-0 overflow-y-auto"
253
+ class="fixed inset-0 overflow-hidden"
254
254
  :style="{ zIndex }"
255
255
  role="dialog"
256
256
  :aria-labelledby="title ? `${props.id}-title` : undefined"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.2.98",
3
+ "version": "2.2.99",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/fy-to/FWJS#readme",