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 e7fb0ed commit 96cd716Copy full SHA for 96cd716
1 file changed
src/styles/brackets.less
@@ -3222,6 +3222,7 @@ label input {
3222
flex-direction: column;
3223
z-index: 100;
3224
height: 100%;
3225
+ pointer-events: none;
3226
}
3227
3228
.notification-popup-container {
@@ -3237,6 +3238,7 @@ label input {
3237
3238
/* animated properties */
3239
opacity: 0;
3240
transform: translateY(-50px);
3241
+ pointer-events: all;
3242
3243
3244
.notification-dialog-content strong {
0 commit comments