Prevent confirmation dialog from shifting layout in reader

This commit is contained in:
schroda
2025-03-27 12:46:42 +01:00
parent 3c1cb539ad
commit a9bdf076c1

View File

@@ -43,7 +43,6 @@ export const awaitConfirmation = async (
onCancel={() => handleConfirmation(false)}
onConfirm={() => handleConfirmation(true)}
/>
,
</ThemeProvider>,
);