From 609f6cfe6af44dfbb895c69cfe697403d56b6535 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Mon, 6 Oct 2025 14:01:36 -0500 Subject: [PATCH] Ensure you can click through to results below the header --- app/assets/stylesheets/search.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/search.css b/app/assets/stylesheets/search.css index 371ed21fd..bf6b44c07 100644 --- a/app/assets/stylesheets/search.css +++ b/app/assets/stylesheets/search.css @@ -69,6 +69,7 @@ summary { inset: 0 0 auto 0; justify-content: flex-end; padding: var(--block-space-half) var(--block-space); + pointer-events: none; position: absolute; }