Remove z-index that makes the hover not working

pull/2/head
Loïc Mangeonjean 4 years ago
parent 0e02c412dd
commit b58283899b

@ -37,8 +37,6 @@
.monaco-remote-selection { .monaco-remote-selection {
position: absolute; position: absolute;
pointer-events: auto; pointer-events: auto;
z-index: 10;
opacity: 0.3; opacity: 0.3;
background: blue; background: blue;
z-index: 4000;
} }

Loading…
Cancel
Save