Skip to content

Commit e79f328

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 b78550b commit e79f328

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
@@ -37,6 +37,7 @@ and this project adheres to
3737
in the ws #1152
3838
- 🐛(frontend) fix action buttons not clickable #1162
3939
- 🐛(frontend) fix crash share modal on grid options #1174
40+
- 🐛(frontend) fix unfold subdocs not clickable at the bottom #1179
4041

4142
## [3.4.0] - 2025-07-09
4243

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)