Skip to content

Commit 29cfd4b

Browse files
committed
🐛(frontend) fix unfold subdocs not clickable at the bottom
At the bottom of the tree panel, the subdocs were not clickable due to a CSS issue. This commit adjusts the CSS to ensure that the subdocs can be unfolded properly.
1 parent 08a0eb5 commit 29cfd4b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to
1414
- 🐛(back) manage can-edit endpoint without created room in the ws
1515
- 🐛(frontend) fix action buttons not clickable #1162
1616
- 🐛(frontend) fix crash share modal on grid options #1174
17+
- 🐛(frontend) fix unfold subdocs not clickable at the bottom #1179
1718

1819
## [3.4.0] - 2025-07-09
1920

src/frontend/apps/impress/src/cunningham/cunningham-style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@
5151
filter: var(--c--components--image-system-filter);
5252
}
5353

54+
/**
55+
* Toast
56+
*/
57+
.c__toast__container {
58+
z-index: -1;
59+
}
60+
61+
.c__toast__container:has(.c__toast) {
62+
z-index: 10000;
63+
}
64+
5465
@font-face {
5566
font-family: Inter;
5667
font-style: italic;

0 commit comments

Comments
 (0)