Skip to content

Commit 68c85bf

Browse files
committed
fixup! ✨(frontend) improve screen reader support in DocShare modal
1 parent 1a5281b commit 68c85bf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/frontend/apps/impress/src/features/docs/doc-share/components/DocShareModal.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,6 @@ export const DocShareModal = ({ doc, onClose, isRootDoc = true }: Props) => {
212212
aria-live="polite"
213213
aria-atomic="true"
214214
className="sr-only"
215-
style={{
216-
position: 'absolute',
217-
left: '-10000px',
218-
width: '1px',
219-
height: '1px',
220-
overflow: 'hidden',
221-
}}
222215
>
223216
{liveAnnouncement}
224217
</div>

0 commit comments

Comments
 (0)