Open reader overlay while error with long message is shown

This commit is contained in:
schroda
2024-12-24 17:25:12 +01:00
parent 4d162262b6
commit 7d93b7995a

View File

@@ -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',