mirror of
https://github.com/bitwarden/browser
synced 2026-02-24 16:43:27 +00:00
* place back button fixed at bottom right * fix type errors * add the new button logic to org reports also * fix: restore keyboard focus for reports back button in CDK overlay The CDK Overlay renders outside the cdkTrapFocus boundary, making the floating "Back to reports" button unreachable via Tab. Add a focus bridge element that intercepts Tab and programmatically redirects focus to the overlay button, with a return handler to cycle focus back into the page.