Fix responsiveness issue for long questions FOR-760 (#358)

This commit is contained in:
Matti Nannt
2023-06-12 09:41:05 +02:00
committed by GitHub
parent ba1a17578f
commit ef70e7363f

View File

@@ -203,7 +203,7 @@ export default function LinkSurvey({ survey }: LinkSurveyProps) {
loadingElement && "animate-pulse opacity-60",
"flex h-full flex-1 items-center overflow-y-auto bg-white"
)}>
<ContentWrapper className="w-full md:max-w-lg">
<ContentWrapper className="h-full w-full md:max-w-lg">
{isPreview && (
<div className="absolute left-0 top-0 flex w-full items-center justify-between bg-slate-600 p-2 px-4 text-center text-sm text-white shadow-sm">
<div className="w-20"></div>