From 8cb21cb3c5fb5fcf16aaef657130d8700e4d4926 Mon Sep 17 00:00:00 2001 From: Paul Kevan <2290623+pkevan@users.noreply.github.com> Date: Tue, 17 Sep 2024 08:24:17 +0100 Subject: [PATCH] Update style.scss Increase z-index --- themes/wporg-5ftf-2024/src/pledge-edit-button/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/wporg-5ftf-2024/src/pledge-edit-button/style.scss b/themes/wporg-5ftf-2024/src/pledge-edit-button/style.scss index 90d937e..a2b5518 100644 --- a/themes/wporg-5ftf-2024/src/pledge-edit-button/style.scss +++ b/themes/wporg-5ftf-2024/src/pledge-edit-button/style.scss @@ -9,7 +9,7 @@ .pledge-dialog { position: absolute; - z-index: 100; + z-index: 252; width: 25rem; margin-top: var(--wp--preset--spacing--10); padding: var(--wp--preset--spacing--20); @@ -47,7 +47,7 @@ .pledge-dialog__background { position: fixed; - z-index: 99; + z-index: 251; top: 0; left: 0; bottom: 0;