From e6829cc39897191a5403524800ba36b946294d94 Mon Sep 17 00:00:00 2001 From: Martin Stone Date: Wed, 29 Jan 2025 13:18:39 -0500 Subject: [PATCH] fix expand button showing thru overlay --- plugins/info-cards/src/components/InfoCardForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/info-cards/src/components/InfoCardForm.tsx b/plugins/info-cards/src/components/InfoCardForm.tsx index 6357275..de618c8 100644 --- a/plugins/info-cards/src/components/InfoCardForm.tsx +++ b/plugins/info-cards/src/components/InfoCardForm.tsx @@ -61,7 +61,7 @@ export default function InfoCardForm({ padding: "2rem", width: "100%", height: "100%", - zIndex: 1, + zIndex: 2, }; const expandButtonStyle: React.CSSProperties = {