From 968f0f3f430c8726cc4be06ae65d49e199b09f71 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 28 Dec 2022 22:37:14 -0800 Subject: [PATCH] Fix z-index to work with new Overlay component --- components/Dialog/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Dialog/index.scss b/components/Dialog/index.scss index 07bfae94..2d380e53 100644 --- a/components/Dialog/index.scss +++ b/components/Dialog/index.scss @@ -17,7 +17,7 @@ top: 50%; left: 50%; transform: translate(-50%, -50%); - z-index: 21; + z-index: 40; a:hover { text-decoration: underline;