fix(dashboard): stack SetupWizardModal above ModelOnboardingModal

This commit is contained in:
Semih
2026-05-09 11:28:38 +00:00
parent d600d731f8
commit 32db77e4ef

View File

@@ -26,6 +26,14 @@
}
/* === Setup Wizard Modal (Onboarding) === */
/* Stack above ModelOnboardingModal (.modal-overlay z-index 100). When the
user clicks "Set Up Project" inside the onboarding flow, the wizard must
appear in front; without this it renders behind the onboarding overlay
and looks like the button does nothing. */
.setup-wizard-overlay {
z-index: 110;
}
.setup-wizard-modal {
display: flex;
flex-direction: column;