Skip to content

Commit

Permalink
[BUG] The Pointer Events for the DebugPlugin are getting blocked #1597 (
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev authored Jul 1, 2021
1 parent 110b22f commit 21dea6a
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ console.log(Util.getIEVersion());

export const tempStyle = (prefix: string) => `
.${prefix}-dbg-lgr-dashboard {
z-index: 1000
}
.${prefix}-dbg-lgr-dashboard .controls {
Expand All @@ -41,7 +42,7 @@ export const tempStyle = (prefix: string) => `
display: inline-block;
position: relative;
padding: 3px 20px;
z-index: 1;
z-index: 1010
}
.${prefix}-dbg-lgr {
Expand Down Expand Up @@ -126,11 +127,6 @@ export const tempStyle = (prefix: string) => `
text-decoration: underline;
}
.${prefix}-dbg-lgr :not(div span.obj-key) {
font-weight: bold;
pointer-events: none;
}
.${prefix}-dbg-lgr .obj-time {
padding-right: 15px;
color: #605E5C;
Expand Down

0 comments on commit 21dea6a

Please sign in to comment.