From d98ab24f6e563d269e31e755c1cea4d502935527 Mon Sep 17 00:00:00 2001 From: Dmitri Date: Tue, 7 Apr 2026 17:30:57 +0400 Subject: [PATCH] carousel z-index issue fixing --- frontend/src/components/RuntimePresentation.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/RuntimePresentation.tsx b/frontend/src/components/RuntimePresentation.tsx index bd713e5..c7023ca 100644 --- a/frontend/src/components/RuntimePresentation.tsx +++ b/frontend/src/components/RuntimePresentation.tsx @@ -580,8 +580,8 @@ export default function RuntimePresentation({ /> )} - {/* Page elements - z-20 ensures they appear above carousel background (z-10) but below carousel controls (z-30) */} -
+ {/* Page elements - z-40 ensures they appear above carousel background (z-10) and carousel controls (z-30) */} +
{pageElements.map((element: CanvasElement) => (