Ignore pointer events on the hover pointer

This will make them pass through so the target/hover tracker works properly

Part of #126888
This commit is contained in:
Daniel Imms 2021-06-22 04:57:15 -07:00
parent a2c4a0ca8c
commit 4e28e2c6c5

View file

@ -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 {