Skip to content

Commit 96cd716

Browse files
committed
fix: full vertical empty space below health popup is mouse inactive
1 parent e7fb0ed commit 96cd716

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/styles/brackets.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3222,6 +3222,7 @@ label input {
32223222
flex-direction: column;
32233223
z-index: 100;
32243224
height: 100%;
3225+
pointer-events: none;
32253226
}
32263227

32273228
.notification-popup-container {
@@ -3237,6 +3238,7 @@ label input {
32373238
/* animated properties */
32383239
opacity: 0;
32393240
transform: translateY(-50px);
3241+
pointer-events: all;
32403242
}
32413243

32423244
.notification-dialog-content strong {

0 commit comments

Comments
 (0)