Skip to content

Commit 02826c5

Browse files
authored
feat(order-dialog): ensure z-index above 100 (#781)
1 parent a5290df commit 02826c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/OrderDialog/OrderDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const OrderDialog: FC<OrderDialogProps> = ({
3434
if (!open) onClose()
3535
}}
3636
>
37-
<DialogContent className="!rf-max-w-[660px] !rf-p-0">
37+
<DialogContent className="!rf-max-w-[660px] !rf-p-0 !rf-z-[101]">
3838
<div className="rf-relative rf-w-full">
3939
{stage === "initial" && (
4040
<InitialOrderScreen

0 commit comments

Comments
 (0)