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