carousel z-index issue fixing

This commit is contained in:
Dmitri 2026-04-07 17:30:57 +04:00
parent 848f84efa8
commit d98ab24f6e

View File

@ -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) */}
<div className='absolute inset-0 z-20'> <div className='absolute inset-0 z-40'>
{pageElements.map((element: CanvasElement) => ( {pageElements.map((element: CanvasElement) => (
<RuntimeElement <RuntimeElement
key={element.id} key={element.id}