Skip to content

Commit

Permalink
Ignore pointer events on the hover pointer
Browse files Browse the repository at this point in the history
This will make them pass through so the target/hover tracker works properly

Part of #126888
  • Loading branch information
Tyriar committed Jun 22, 2021
1 parent a2c4a0c commit 4e28e2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/workbench/services/hover/browser/media/hover.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
position: absolute;
/* Must be higher than workbench hover z-index */
z-index: 41;
pointer-events: none;
}

.monaco-workbench .workbench-hover-pointer:after {
Expand Down

0 comments on commit 4e28e2c

Please sign in to comment.