Avoid z-index issues with track-changes comments and the editor splitter.

This commit is contained in:
Paulo Reis 2018-08-31 15:44:07 +01:00
parent 7e5094f53d
commit 0c390d91a0

View file

@ -378,11 +378,11 @@ CodeMirror
display: flex;
align-items: center;
justify-content: center;
width: @ui-resizer-size !important;;
width: @ui-resizer-size !important;
height: 50px;
margin-top: -25px;
top: 50%;
z-index: 6;
z-index: 3;
background-color: @editor-toggler-bg-color;
&:hover,