Prevent confirmation dialog from shifting layout in reader
This commit is contained in:
@@ -43,7 +43,6 @@ export const awaitConfirmation = async (
|
||||
onCancel={() => handleConfirmation(false)}
|
||||
onConfirm={() => handleConfirmation(true)}
|
||||
/>
|
||||
,
|
||||
</ThemeProvider>,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user