constrain height of export dialog

This commit is contained in:
Josh Hawkins 2026-05-28 07:57:02 -05:00
parent c065cdf731
commit e337a79404

View File

@ -287,7 +287,7 @@ export default function ExportDialog({
<Content <Content
className={ className={
isDesktop isDesktop
? "sm:rounded-lg md:rounded-2xl" ? "scrollbar-container max-h-[90dvh] overflow-y-auto sm:rounded-lg md:rounded-2xl"
: "mx-4 rounded-lg px-4 pb-4 md:rounded-2xl" : "mx-4 rounded-lg px-4 pb-4 md:rounded-2xl"
} }
> >