From 9610e606eb8702655521fd620872a2c9fa1bc8a8 Mon Sep 17 00:00:00 2001 From: Cyril Date: Wed, 4 Mar 2026 12:44:52 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BF=EF=B8=8F(frontend)=20prevent=20focus?= =?UTF-8?q?=20ring=20clipping?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change overflow from hidden to visible on invite dialog --- CHANGELOG.md | 1 + src/frontend/src/features/rooms/components/InviteDialog.tsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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', })} >