Add elevation to reader mobile overlay
This commit is contained in:
@@ -79,6 +79,7 @@ const BaseReaderOverlayHeaderMobile = ({
|
||||
pt: (theme) => `max(env(safe-area-inset-top), ${theme.spacing(2)})`,
|
||||
backgroundColor: (theme) => alpha(theme.palette.background.paper, 0.95),
|
||||
pointerEvents: 'all',
|
||||
boxShadow: 2,
|
||||
}}
|
||||
>
|
||||
<Tooltip title={t('reader.button.exit')}>
|
||||
|
||||
Reference in New Issue
Block a user