chore: fix issue where preferences modal is grayed out when translucent ui is disabled [skip e2e]
This commit is contained in:
@@ -78,7 +78,7 @@ const ModalOverlay = forwardRef(
|
|||||||
<Dialog
|
<Dialog
|
||||||
tabIndex={0}
|
tabIndex={0}
|
||||||
className={classNames(
|
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,
|
className,
|
||||||
)}
|
)}
|
||||||
backdrop={
|
backdrop={
|
||||||
|
|||||||
Reference in New Issue
Block a user