diff --git a/apps/web/modules/ui/components/theme-styling-preview-survey/index.tsx b/apps/web/modules/ui/components/theme-styling-preview-survey/index.tsx index 2554f0f94b..e2d7a8a45d 100644 --- a/apps/web/modules/ui/components/theme-styling-preview-survey/index.tsx +++ b/apps/web/modules/ui/components/theme-styling-preview-survey/index.tsx @@ -92,7 +92,7 @@ export const ThemeStylingPreviewSurvey = ({ }, shrink: { width: ["83.33%"], - height: isAppSurvey ? ["600px"] : "auto", // Fixed height for App survey visibility + height: ["660px"], }, }; @@ -148,7 +148,8 @@ export const ThemeStylingPreviewSurvey = ({ } className={cn( "relative z-10 flex w-5/6 flex-col rounded-lg border border-slate-300 shadow-xl", - isAppSurvey ? "h-[600px] max-h-[95%] bg-slate-200" : "h-auto max-h-[85%] overflow-y-auto bg-white" + "h-[660px] max-h-[95%]", + isAppSurvey ? "bg-slate-200" : "overflow-y-auto bg-white" )}>