be1994e0c1
Removed static aria-hidden attribute from modal element to fix "Blocked aria-hidden on an element because its descendant retained focus" accessibility warning. Changes: - Remove aria-hidden="true" from modal root element - Add role="document" to modal-dialog for better accessibility - Let Bootstrap 5 manage aria-hidden dynamically on open/close The static aria-hidden="true" was conflicting with focus management when the modal opened. Bootstrap 5 handles this attribute dynamically, so it should not be set in the HTML. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>