Update packages/surveys/src/components/wrappers/scrollable-container.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Johannes
2025-05-14 06:44:28 -07:00
committed by GitHub
parent 6a9833dbeb
commit 4f9f064e76

View File

@@ -50,7 +50,6 @@ export function ScrollableContainer({ children }: ScrollableContainerProps) {
style={{
scrollbarGutter: "stable both-edges",
maxHeight: isSurveyPreview ? "42dvh" : "60dvh",
// minHeight: isSurveyPreview ? "26dvh" : "44dvh",
}}
className={cn("fb-overflow-auto fb-px-4 fb-pb-4 fb-bg-survey-bg")}>
{children}