🐛(frontend) fix unclickable fullscreen warning buttons

Adjust z-index values to restore button interactivity broken by previous
z-index changes in commit 53e68b7, ensuring fullscreen warning dismiss
controls remain accessible to users instead of being blocked
by overlay layering.
This commit is contained in:
lebaudantoine
2025-12-09 22:38:07 +01:00
committed by aleb_the_flash
parent bb4a863f8d
commit 2ab31189f4

View File

@@ -113,6 +113,7 @@ export const FullScreenShareWarning = ({
display: 'flex',
flexDirection: 'row',
gap: '1rem',
zIndex: '1000',
})}
>
<Button