diff --git a/src/theme/drawer.ts b/src/theme/drawer.ts
index 45884eef..7a450cb6 100644
--- a/src/theme/drawer.ts
+++ b/src/theme/drawer.ts
@@ -1,6 +1,6 @@
export default {
slots: {
- overlay: 'fixed inset-0 z-30 bg-gray-200/75 dark:bg-gray-800/75',
+ overlay: 'fixed inset-0 z-50 bg-gray-200/75 dark:bg-gray-800/75',
content: 'fixed inset-x-0 bottom-0 z-50 mt-24 bg-white dark:bg-gray-900 ring ring-gray-200 dark:ring-gray-800 rounded-t-lg h-auto max-h-[96%] flex flex-col focus:outline-none',
handle: 'mx-auto w-12 my-4 h-1.5 shrink-0 rounded-full bg-gray-200 dark:bg-gray-700',
container: 'mx-auto w-full max-w-md flex flex-col gap-4 px-4 pb-8 overflow-y-auto',
diff --git a/src/theme/modal.ts b/src/theme/modal.ts
index 8b2ec985..2ac7341a 100644
--- a/src/theme/modal.ts
+++ b/src/theme/modal.ts
@@ -1,6 +1,6 @@
export default {
slots: {
- overlay: 'fixed inset-0 z-30 bg-gray-200/75 dark:bg-gray-800/75',
+ overlay: 'fixed inset-0 z-50 bg-gray-200/75 dark:bg-gray-800/75',
content: 'fixed z-50 w-full h-dvh bg-white dark:bg-gray-900 divide-y divide-gray-200 dark:divide-gray-800 flex flex-col focus:outline-none',
header: 'px-4 py-5 sm:px-6',
body: 'flex-1 p-4 sm:p-6',
diff --git a/src/theme/slideover.ts b/src/theme/slideover.ts
index c6ae5523..0039ca9c 100644
--- a/src/theme/slideover.ts
+++ b/src/theme/slideover.ts
@@ -1,6 +1,6 @@
export default {
slots: {
- overlay: 'fixed inset-0 z-30 bg-gray-200/75 dark:bg-gray-800/75',
+ overlay: 'fixed inset-0 z-50 bg-gray-200/75 dark:bg-gray-800/75',
content: 'fixed z-50 bg-white dark:bg-gray-900 divide-y divide-gray-200 dark:divide-gray-800 sm:ring ring-gray-200 dark:ring-gray-800 sm:shadow-lg flex flex-col focus:outline-none',
header: 'px-4 py-5 sm:px-6',
body: 'flex-1 overflow-y-auto p-4 sm:p-6',
diff --git a/test/components/__snapshots__/Drawer.spec.ts.snap b/test/components/__snapshots__/Drawer.spec.ts.snap
index 70a55588..06afa7d6 100644
--- a/test/components/__snapshots__/Drawer.spec.ts.snap
+++ b/test/components/__snapshots__/Drawer.spec.ts.snap
@@ -5,7 +5,7 @@ exports[`Drawer > renders with body slot correctly 1`] = `
-
+
@@ -24,7 +24,7 @@ exports[`Drawer > renders with class correctly 1`] = `
-
+
@@ -43,7 +43,7 @@ exports[`Drawer > renders with content slot correctly 1`] = `
-
+
@@ -57,7 +57,7 @@ exports[`Drawer > renders with default slot correctly 1`] = `
-
+
@@ -76,7 +76,7 @@ exports[`Drawer > renders with description correctly 1`] = `
-
+
@@ -98,7 +98,7 @@ exports[`Drawer > renders with description slot correctly 1`] = `
-
+
@@ -120,7 +120,7 @@ exports[`Drawer > renders with footer slot correctly 1`] = `
-
+
@@ -139,7 +139,7 @@ exports[`Drawer > renders with header slot correctly 1`] = `
-
+
@@ -158,7 +158,7 @@ exports[`Drawer > renders with title correctly 1`] = `
-
+
@@ -180,7 +180,7 @@ exports[`Drawer > renders with title slot correctly 1`] = `
-
+
@@ -202,7 +202,7 @@ exports[`Drawer > renders with ui correctly 1`] = `
-
+
diff --git a/test/components/__snapshots__/Modal.spec.ts.snap b/test/components/__snapshots__/Modal.spec.ts.snap
index 6a03bf1a..e1ef0201 100644
--- a/test/components/__snapshots__/Modal.spec.ts.snap
+++ b/test/components/__snapshots__/Modal.spec.ts.snap
@@ -5,7 +5,7 @@ exports[`Modal > renders with body slot correctly 1`] = `
-
+
@@ -28,7 +28,7 @@ exports[`Modal > renders with class correctly 1`] = `
-
+
@@ -51,7 +51,7 @@ exports[`Modal > renders with close slot correctly 1`] = `
-
+
@@ -70,7 +70,7 @@ exports[`Modal > renders with content slot correctly 1`] = `
-
+
Content slot
@@ -82,7 +82,7 @@ exports[`Modal > renders with default slot correctly 1`] = `
-
+
@@ -105,7 +105,7 @@ exports[`Modal > renders with description correctly 1`] = `
-
+
Title
@@ -128,7 +128,7 @@ exports[`Modal > renders with description slot correctly 1`] = `
-
+
@@ -151,7 +151,7 @@ exports[`Modal > renders with footer slot correctly 1`] = `
-
+
@@ -174,7 +174,7 @@ exports[`Modal > renders with fullscreen correctly 1`] = `
-
+
Title
@@ -197,7 +197,7 @@ exports[`Modal > renders with header slot correctly 1`] = `
-
+
Header slot
@@ -213,7 +213,7 @@ exports[`Modal > renders with open correctly 1`] = `
-
+
@@ -236,7 +236,7 @@ exports[`Modal > renders with title correctly 1`] = `
-
+
Title
@@ -259,7 +259,7 @@ exports[`Modal > renders with title slot correctly 1`] = `
-
+
Title slot
@@ -282,7 +282,7 @@ exports[`Modal > renders with ui correctly 1`] = `
-
+
@@ -305,7 +305,7 @@ exports[`Modal > renders without close correctly 1`] = `
-
+
Title
@@ -347,7 +347,7 @@ exports[`Modal > renders without transition correctly 1`] = `
-
+
Title
diff --git a/test/components/__snapshots__/Slideover.spec.ts.snap b/test/components/__snapshots__/Slideover.spec.ts.snap
index c422a01d..c5ccd8bb 100644
--- a/test/components/__snapshots__/Slideover.spec.ts.snap
+++ b/test/components/__snapshots__/Slideover.spec.ts.snap
@@ -5,7 +5,7 @@ exports[`Slideover > renders with body slot correctly 1`] = `
-
+
@@ -28,7 +28,7 @@ exports[`Slideover > renders with bottom side correctly 1`] = `
-
+
Title
@@ -51,7 +51,7 @@ exports[`Slideover > renders with class correctly 1`] = `
-
+
@@ -74,7 +74,7 @@ exports[`Slideover > renders with close slot correctly 1`] = `
-
+
@@ -93,7 +93,7 @@ exports[`Slideover > renders with content slot correctly 1`] = `
-
+
Content slot
@@ -105,7 +105,7 @@ exports[`Slideover > renders with default slot correctly 1`] = `
-
+
@@ -128,7 +128,7 @@ exports[`Slideover > renders with description correctly 1`] = `
-
+
Title
@@ -151,7 +151,7 @@ exports[`Slideover > renders with description slot correctly 1`] = `
-
+
@@ -174,7 +174,7 @@ exports[`Slideover > renders with footer slot correctly 1`] = `
-
+
@@ -197,7 +197,7 @@ exports[`Slideover > renders with header slot correctly 1`] = `
-
+
Header slot
@@ -213,7 +213,7 @@ exports[`Slideover > renders with left side correctly 1`] = `
-
+
Title
@@ -236,7 +236,7 @@ exports[`Slideover > renders with open correctly 1`] = `
-
+
@@ -259,7 +259,7 @@ exports[`Slideover > renders with title correctly 1`] = `
-
+
Title
@@ -282,7 +282,7 @@ exports[`Slideover > renders with title slot correctly 1`] = `
-
+
Title slot
@@ -305,7 +305,7 @@ exports[`Slideover > renders with top side correctly 1`] = `
-
+
Title
@@ -328,7 +328,7 @@ exports[`Slideover > renders with ui correctly 1`] = `
-
+
@@ -351,7 +351,7 @@ exports[`Slideover > renders without close correctly 1`] = `
-
+
Title
@@ -393,7 +393,7 @@ exports[`Slideover > renders without transition correctly 1`] = `
-
+