Skip to content

Commit 5f52d3c

Browse files
zombieJclaude
andcommitted
fix: add pointer-events auto for expanded stack
Ensure expanded stack has proper pointer-events to allow interactions with notifications behind the stack container. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1227f86 commit 5f52d3c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

assets/geek.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
width: 100%;
3636
}
3737

38+
&-stack-expanded {
39+
pointer-events: auto;
40+
}
41+
3842
&-notice {
3943
position: absolute;
4044
pointer-events: auto;

assets/index.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
}
3636

3737
// ========================= Notice =========================
38+
&-stack-expanded {
39+
pointer-events: auto;
40+
}
41+
3842
&-notice {
3943
position: relative;
4044
display: block;

0 commit comments

Comments
 (0)