Files
cve-dashboard/frontend
root 37119b9c8a Fix profile panel z-index overlap by rendering via portal
UserProfilePanel was rendered inside the header's stacking context
(z-index: 50), which capped its effective z-index and allowed dashboard
content to paint on top of it. Wrap the overlay in createPortal to
document.body so its z-index: 100 resolves at the root level.
2026-04-29 14:05:51 +00:00
..