fix: improved UI for mobile preview (#1781)

Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com>
This commit is contained in:
Deepanshi Sharma
2023-12-15 17:36:10 +05:30
committed by GitHub
parent d648762f4f
commit aa43d0a94c

View File

@@ -232,7 +232,7 @@ export default function PreviewSurvey({
/>
</Modal>
) : (
<div className="relative z-10 w-full max-w-md px-4">
<div className="absolute inset-0 z-10 w-full max-w-md px-4">
<SurveyInline
survey={survey}
brandColor={brandColor}