From e8fca71d651bf8500dbf19a793035046b502b7d4 Mon Sep 17 00:00:00 2001 From: Paul Kevan <2290623+pkevan@users.noreply.github.com> Date: Wed, 25 Sep 2024 16:09:30 +0100 Subject: [PATCH] Allow search box to be used (#160) * Allow search box to be used See: https://github.com/WordPress/wporg-main-2022/issues/504 and https://github.com/WordPress/wporg-parent-2021/pull/156 * Update _404.scss --- source/wp-content/themes/wporg-parent-2021/sass/page/_404.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/source/wp-content/themes/wporg-parent-2021/sass/page/_404.scss b/source/wp-content/themes/wporg-parent-2021/sass/page/_404.scss index 535142d1..c6356c28 100644 --- a/source/wp-content/themes/wporg-parent-2021/sass/page/_404.scss +++ b/source/wp-content/themes/wporg-parent-2021/sass/page/_404.scss @@ -26,6 +26,7 @@ body.error404 { width: 100vw; height: 100vh; overflow: hidden; + z-index: -1; > p { display: none;