From 75eac345d5b3284a228d7ea44932cf47b16a59b9 Mon Sep 17 00:00:00 2001 From: Paul Kevan <2290623+pkevan@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:47:12 +0100 Subject: [PATCH] Reduce z-index for pledge background - reduces the z-index from 251 to 99, to avoid the form not being editable. --- 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..90d937e 100644 --- a/themes/wporg-5ftf-2024/src/pledge-edit-button/style.scss +++ b/themes/wporg-5ftf-2024/src/pledge-edit-button/style.scss @@ -47,7 +47,7 @@ .pledge-dialog__background { position: fixed; - z-index: 251; /* header + 1. */ + z-index: 99; top: 0; left: 0; bottom: 0;