Open reader overlay while error with long message is shown
This commit is contained in:
@@ -287,6 +287,9 @@ const BaseReader = ({
|
|||||||
<Box
|
<Box
|
||||||
onClick={() => setIsOverlayVisible(!isOverlayVisible)}
|
onClick={() => setIsOverlayVisible(!isOverlayVisible)}
|
||||||
sx={{
|
sx={{
|
||||||
|
position: 'fixed',
|
||||||
|
top: 0,
|
||||||
|
left: 0,
|
||||||
width: '100vw',
|
width: '100vw',
|
||||||
height: '100vh',
|
height: '100vh',
|
||||||
background: 'transparent',
|
background: 'transparent',
|
||||||
|
|||||||
Reference in New Issue
Block a user