mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 08:02:28 +00:00
All default-portalled overlays (Dialog, Popover, DropdownMenu, ContextMenu, Select) now share z-50, with stacking determined by portal mount order. This fixes resource popovers covering confirm dialogs opened from them. Exceptions: - Tooltip at z-90 (pointer-events-none, must stay readable) - Tours at z-70 (pointer-events-none spotlight) - Onboarding at z-100 (full-screen with private z-110–z-150 ladder) Preemptive modals keep z-140/z-150 to clear onboarding. Updated STYLEGUIDE.md with new policy.