Fix manga page background image styling

In chromium browser there seems to be some layout issue depending on the available width.
In that case, there is a small part of the image visible that is not behind the applied "backdrop filter".
Which makes it look like a small bright vertical bar because it has the normal brightness of the image.
This commit is contained in:
schroda
2026-01-19 02:36:50 +01:00
parent 19b31528da
commit 0a4aa6a721

View File

@@ -80,6 +80,7 @@ const TopContentWrapper = ({
<Stack <Stack
sx={{ sx={{
position: 'relative', position: 'relative',
overflow: 'hidden',
}} }}
> >
{mangaThumbnailBackdrop && ( {mangaThumbnailBackdrop && (