@@ -76,7 +76,7 @@ const BaseReaderOverlayHeaderMobile = ({
|
||||
left: 0,
|
||||
right: `${scrollbarYSize}px`,
|
||||
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),
|
||||
pointerEvents: 'all',
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user