Add elevation to reader mobile overlay

This commit is contained in:
schroda
2024-12-23 02:54:12 +01:00
parent 2acc82289d
commit d3e8f713ab
3 changed files with 5 additions and 2 deletions

View File

@@ -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')}>