We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cedaa3 commit 5843d5aCopy full SHA for 5843d5a
2 files changed
CHANGELOG.md
@@ -15,6 +15,9 @@ and this project adheres to
15
16
- 🐛(frontend) fix removed item in the tree #2420
17
18
+### Changed
19
+
20
+- ♿️(frontend) hide mobile left panel from screen readers when collapsed #2450
21
22
## [v5.3.0] - 2026-06-19
23
src/frontend/apps/impress/src/features/left-panel/components/LeftPanel.tsx
@@ -93,6 +93,7 @@ const LeftPanelMobile = () => {
93
<Box
94
$hasTransition
95
$height="100vh"
96
+ inert={!isPanelOpenMobile}
97
$css={css`
98
z-index: 999;
99
width: 100dvw;
0 commit comments