Skip to content

Commit 5843d5a

Browse files
committed
♿️(frontend) hide mobile left panel from screen readers when collapsed
Hide closed mobile left panel from screen readers with inert
1 parent 5cedaa3 commit 5843d5a

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ and this project adheres to
1515

1616
- 🐛(frontend) fix removed item in the tree #2420
1717

18+
### Changed
19+
20+
- ♿️(frontend) hide mobile left panel from screen readers when collapsed #2450
1821

1922
## [v5.3.0] - 2026-06-19
2023

src/frontend/apps/impress/src/features/left-panel/components/LeftPanel.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ const LeftPanelMobile = () => {
9393
<Box
9494
$hasTransition
9595
$height="100vh"
96+
inert={!isPanelOpenMobile}
9697
$css={css`
9798
z-index: 999;
9899
width: 100dvw;

0 commit comments

Comments
 (0)