Cleanup dialog sizing

This commit is contained in:
Nicolas Mowen 2025-10-23 12:15:09 -06:00
parent 5d532f5d79
commit b430ef5d86

View File

@ -137,7 +137,12 @@ export default function ClassificationModelWizardDialog({
<DialogContent
className={cn(
"",
isDesktop && "max-h-[90%] max-w-[50%] overflow-y-auto xl:max-h-[80%]",
isDesktop &&
wizardState.currentStep == 0 &&
"max-h-[90%] overflow-y-auto xl:max-h-[80%]",
isDesktop &&
wizardState.currentStep > 0 &&
"max-h-[90%] max-w-[70%] overflow-y-auto xl:max-h-[80%]",
)}
onInteractOutside={(e) => {
e.preventDefault();