chore: fix issue where popovers & modals are sometimes blurry on chrome
This commit is contained in:
@@ -42,7 +42,7 @@ const ModalOverlay = forwardRef(
|
||||
return (
|
||||
<Dialog
|
||||
tabIndex={0}
|
||||
className="fixed left-0 top-0 z-modal h-full w-full"
|
||||
className="fixed flex items-center justify-center left-0 top-0 z-modal h-full w-full"
|
||||
ref={mergeRefs([setElement, addCloseMethod, ref])}
|
||||
store={dialog}
|
||||
modal={false}
|
||||
|
||||
Reference in New Issue
Block a user