We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5290df commit 02826c5Copy full SHA for 02826c5
lib/components/OrderDialog/OrderDialog.tsx
@@ -34,7 +34,7 @@ export const OrderDialog: FC<OrderDialogProps> = ({
34
if (!open) onClose()
35
}}
36
>
37
- <DialogContent className="!rf-max-w-[660px] !rf-p-0">
+ <DialogContent className="!rf-max-w-[660px] !rf-p-0 !rf-z-[101]">
38
<div className="rf-relative rf-w-full">
39
{stage === "initial" && (
40
<InitialOrderScreen
0 commit comments