diff --git a/CHANGELOG.md b/CHANGELOG.md index 9829ec21..ea986127 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to - 🐛(migrations) use settings in migrations #1058 - 💄(frontend) truncate pinned participant name with ellipsis on overflow #1056 +- ♿(frontend) prevent focus ring clipping on invite dialog #1078 ## [1.9.0] - 2026-03-02 diff --git a/src/frontend/src/features/rooms/components/InviteDialog.tsx b/src/frontend/src/features/rooms/components/InviteDialog.tsx index e5b62608..e1ff2ab8 100644 --- a/src/frontend/src/features/rooms/components/InviteDialog.tsx +++ b/src/frontend/src/features/rooms/components/InviteDialog.tsx @@ -65,7 +65,7 @@ export const InviteDialog = (props: Omit) => { alignItems="left" justify="start" gap={0} - style={{ maxWidth: '100%', overflow: 'hidden' }} + style={{ maxWidth: '100%', overflow: 'visible' }} > {t('heading')} @@ -93,7 +93,7 @@ export const InviteDialog = (props: Omit) => { flexDirection: 'column', marginTop: '0.5rem', gap: '1rem', - overflow: 'hidden', + overflow: 'visible', })} >