@@ -76,7 +76,7 @@ const BaseReaderOverlayHeaderMobile = ({
|
|||||||
left: 0,
|
left: 0,
|
||||||
right: `${scrollbarYSize}px`,
|
right: `${scrollbarYSize}px`,
|
||||||
p: 2,
|
p: 2,
|
||||||
pt: (theme) => `env(safe-area-inset-top, ${theme.spacing(2)})`,
|
pt: (theme) => `max(env(safe-area-inset-top), ${theme.spacing(2)})`,
|
||||||
backgroundColor: (theme) => alpha(theme.palette.background.paper, 0.95),
|
backgroundColor: (theme) => alpha(theme.palette.background.paper, 0.95),
|
||||||
pointerEvents: 'all',
|
pointerEvents: 'all',
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user