From 1ccc7b5e15f693366d972b6362778cc78748cf44 Mon Sep 17 00:00:00 2001 From: BoulderBadgeDad Date: Thu, 18 Jun 2026 16:57:24 -0700 Subject: [PATCH] =?UTF-8?q?#889:=20fix=20re-identify=20modal=20header=20?= =?UTF-8?q?=E2=80=94=20clip=20the=20blurred=20bg=20in=20its=20own=20layer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The hero's overflow:hidden was clipping the header content, but removing it let the blurred background + overlay cover (and steal clicks from) the source tabs below. Move the decoration into .reid-hero-decor — an absolutely-positioned clip layer that contains the blur and is pointer-events:none — so the header content (a sibling, never clipped) shows in full AND the tabs stay clickable. --- webui/index.html | 6 ++++-- webui/static/style.css | 19 +++++++++++++++---- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/webui/index.html b/webui/index.html index 6db10878..b682f8aa 100644 --- a/webui/index.html +++ b/webui/index.html @@ -7747,8 +7747,10 @@