@npm_leadtech/legal-contracts-ui 0.181.1 → 0.181.2
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.
- package/dist/components/Modal.js +3 -3
- package/package.json +1 -1
package/dist/components/Modal.js
CHANGED
|
@@ -30,16 +30,16 @@ var s = {
|
|
|
30
30
|
}), u && o(/* @__PURE__ */ i("div", {
|
|
31
31
|
role: "dialog",
|
|
32
32
|
"aria-modal": "true",
|
|
33
|
-
className: a(s[m], "fixed inset-0 z-1001
|
|
33
|
+
className: a(s[m], "fixed inset-0 z-1001"),
|
|
34
34
|
children: [/* @__PURE__ */ r("button", {
|
|
35
35
|
type: "button",
|
|
36
36
|
tabIndex: -1,
|
|
37
37
|
"data-testid": "modal-backdrop",
|
|
38
|
-
className: "absolute inset-0 cursor-default border-none bg-transparent p-0",
|
|
38
|
+
className: "absolute inset-0 z-0 cursor-default border-none bg-transparent p-0",
|
|
39
39
|
onClick: g,
|
|
40
40
|
"aria-label": "Close modal"
|
|
41
41
|
}), /* @__PURE__ */ r("div", {
|
|
42
|
-
className: "pointer-events-none relative flex
|
|
42
|
+
className: "pointer-events-none relative z-10 flex min-h-full w-full items-center justify-center overflow-y-auto p-6",
|
|
43
43
|
children: /* @__PURE__ */ i("div", {
|
|
44
44
|
className: "pointer-events-auto relative",
|
|
45
45
|
children: [f && /* @__PURE__ */ r("button", {
|