Skip to content

fix: CenterLayout.MainArea should not capture mouse events, #276

Merged
ryan953 merged 1 commit intomainfrom
ryan953/fix-dialog-capture-mouse
Jul 1, 2025
Merged

fix: CenterLayout.MainArea should not capture mouse events, #276
ryan953 merged 1 commit intomainfrom
ryan953/fix-dialog-capture-mouse

Conversation

@ryan953
Copy link
Copy Markdown
Member

@ryan953 ryan953 commented Jul 1, 2025

The children of <MainArea> (which are all <UnauthPill> components) should accept pointer events, but since those divs are translated down from the actual <MainArea> we can remove pointer events from the main area itself. Because of the translate-y css, the main area is effectively 'empty space' on the page, used for aria correctness.

@ryan953 ryan953 requested a review from a team as a code owner July 1, 2025 21:37
@ryan953 ryan953 enabled auto-merge (squash) July 1, 2025 21:38
@ryan953 ryan953 merged commit 909e545 into main Jul 1, 2025
6 checks passed
@ryan953 ryan953 deleted the ryan953/fix-dialog-capture-mouse branch July 1, 2025 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant