Remove z-index that makes the hover not working

This commit is contained in:
Loïc Mangeonjean 2020-01-08 15:06:21 +01:00
parent 0e02c412dd
commit b58283899b

View File

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