From a5d51bb1b3b3908e9d1c9a7b769fbc701a391ad1 Mon Sep 17 00:00:00 2001 From: Ben Herzberg Date: Fri, 5 Apr 2024 14:04:46 -0400 Subject: [PATCH] Increase z-index of .msw-toolbar --- src/component/styles.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/styles.module.css b/src/component/styles.module.css index 0d81ac6..4b97ecf 100644 --- a/src/component/styles.module.css +++ b/src/component/styles.module.css @@ -11,7 +11,7 @@ } .msw-toolbar { - @apply fixed inset-x-0 z-50 flex p-2 bg-gray-100 overflow-hidden transition; + @apply fixed inset-x-0 z-[9999] flex p-2 bg-gray-100 overflow-hidden transition; } .msw-toolbar[data-position='top'] {