carousel z-index issue fixing
This commit is contained in:
parent
848f84efa8
commit
d98ab24f6e
@ -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}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user