chore: fix dialogs

This commit is contained in:
Aman Harwara
2023-05-18 13:02:58 +05:30
parent 240bf669a1
commit 2294467059
2 changed files with 2 additions and 5 deletions

View File

@@ -18,10 +18,7 @@ const HistoryModalDialog = forwardRef(({ children, onDismiss }: Props, ref: Forw
store={dialog}
aria-label="Note revision history"
ref={ref}
backdropProps={{
className: '!z-modal',
}}
className="h-full w-full"
className="fixed top-0 left-0 z-modal h-full w-full"
>
<div
className="absolute z-0 h-full w-full bg-passive-5 opacity-0 md:opacity-75"