blind tweak

This commit is contained in:
Johannes
2025-05-17 14:44:46 +07:00
parent 512e9fb0a7
commit fd777ca227

View File

@@ -51,10 +51,10 @@ export function ScrollableContainer({ children }: Readonly<ScrollableContainerPr
style={{
scrollbarGutter: "stable both-edges",
maxHeight: isMobilePreview
? "25dvh"
? "30dvh"
: `calc(var(--fb-survey-card-max-height, 42dvh) * ${previewScaleCoifficient})`,
minHeight: isMobilePreview
? "25dvh"
? "30dvh"
: `calc(var(--fb-survey-card-min-height, 42dvh) * ${previewScaleCoifficient})`,
}}
className={cn("fb-overflow-auto fb-px-4 fb-pb-4 fb-bg-survey-bg")}>