🐛(frontend) remove excessive z-index from screenshare warning overlay
Remove 1000 z-index from screenshare warning that was causing conflicts with reaction menu and reaction displays, retaining only necessary layering to hide participant metadata underneath.
This commit is contained in:
committed by
aleb_the_flash
parent
10eda5c2ea
commit
53e68b7780
@@ -71,7 +71,6 @@ export const FullScreenShareWarning = ({
|
|||||||
<div
|
<div
|
||||||
className={css({
|
className={css({
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
zIndex: '1000',
|
|
||||||
height: '100%',
|
height: '100%',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
})}
|
})}
|
||||||
@@ -81,7 +80,6 @@ export const FullScreenShareWarning = ({
|
|||||||
<div
|
<div
|
||||||
className={css({
|
className={css({
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
zIndex: '1000',
|
|
||||||
height: '100%',
|
height: '100%',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
backgroundColor: 'rgba(22, 22, 34, 0.9)',
|
backgroundColor: 'rgba(22, 22, 34, 0.9)',
|
||||||
|
|||||||
Reference in New Issue
Block a user