fix(dashboard): stack SetupWizardModal above ModelOnboardingModal
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user