Skip to content

Commit

Permalink
chore: fix issue where preferences modal is grayed out when transluce…
Browse files Browse the repository at this point in the history
…nt ui is disabled [skip e2e]
  • Loading branch information
amanharwara committed Aug 17, 2023
1 parent a683ca4 commit 21b34a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const ModalOverlay = forwardRef(
<Dialog
tabIndex={0}
className={classNames(
'pointer-events-auto m-0 flex h-full w-full flex-col border-[--popover-border-color] bg-default md:bg-[--popover-background-color] md:[backdrop-filter:var(--popover-backdrop-filter)] p-0 md:h-auto md:max-h-[85vh] md:w-160 md:rounded md:border md:shadow-main',
'z-[1] pointer-events-auto m-0 flex h-full w-full flex-col border-[--popover-border-color] bg-default md:bg-[--popover-background-color] md:[backdrop-filter:var(--popover-backdrop-filter)] p-0 md:h-auto md:max-h-[85vh] md:w-160 md:rounded md:border md:shadow-main',
className,
)}
backdrop={
Expand Down

0 comments on commit 21b34a5

Please sign in to comment.