From 6ac2d207f7120f23c4ea701c2eb3af56f7847479 Mon Sep 17 00:00:00 2001 From: Khoa Vo Date: Wed, 7 Jan 2026 21:09:44 +0700 Subject: [PATCH] fix: Resolve mobile click issues by fixing z-index stacking and removing backdrop-blur --- components/PromptHero.tsx | 8 ++++---- data/prompts.json | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/components/PromptHero.tsx b/components/PromptHero.tsx index a23b7e0..5001de6 100644 --- a/components/PromptHero.tsx +++ b/components/PromptHero.tsx @@ -434,7 +434,7 @@ export function PromptHero() { ); return ( -
+
{/* Error/Warning Notification Toast */} {errorNotification && (
@@ -525,8 +525,8 @@ export function PromptHero() {
{/* Input Area */} -
-
+
+