From bbe7a7471507a1adfe1d506c0c2fd5553d64af85 Mon Sep 17 00:00:00 2001 From: Sharang Parnerkar <30073382+mighty840@users.noreply.github.com> Date: Tue, 7 Apr 2026 10:27:51 +0200 Subject: [PATCH] fix(pitch-deck): lower watermark z-index so FABs stay clickable Previously the watermark was z-50, same as the ChatFAB and NavigationFAB, which caused it to visually obscure them despite pointer-events-none. Co-Authored-By: Claude Opus 4.6 (1M context) --- pitch-deck/components/Watermark.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pitch-deck/components/Watermark.tsx b/pitch-deck/components/Watermark.tsx index c3f9fd7..4612f53 100644 --- a/pitch-deck/components/Watermark.tsx +++ b/pitch-deck/components/Watermark.tsx @@ -9,7 +9,7 @@ export default function Watermark({ text }: WatermarkProps) { return (