Prevent "EmptyViewAbsoluteCentered" from overlapping content

Regression 1f7fe5f20e
This commit is contained in:
schroda
2024-12-21 23:21:55 +01:00
parent 570b831604
commit a4f1aa3234
8 changed files with 8 additions and 30 deletions

View File

@@ -147,7 +147,7 @@ export const TrackerSearch = ({
/>
</Stack>
</DialogTitle>
<DialogContent dividers sx={{ padding: DIALOG_PADDING, height: '100vh' }}>
<DialogContent dividers sx={{ padding: DIALOG_PADDING, height: '100vh', position: 'relative' }}>
{!trackerSearch.loading && !trackerSearch.error && !hasResults && (
<EmptyViewAbsoluteCentered message={t('manga.error.label.no_mangas_found')} />
)}