mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-06 03:31:35 +00:00
Avoid z-index issues with track-changes comments and the editor splitter.
This commit is contained in:
parent
7e5094f53d
commit
0c390d91a0
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue