From 841706515c2bb118a4e849c5bb7891274c706ee8 Mon Sep 17 00:00:00 2001 From: Paul Kevan <2290623+pkevan@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:58:56 +0100 Subject: [PATCH] Increase z-index for pledge background (#320) Increase z-index. --- themes/wporg-5ftf-2024/src/pledge-edit-button/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 db972c4..ea4c438 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);