mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Ensure that review panel elements are above, z-index-wise, Ace elements.
This commit is contained in:
parent
9c0bf885be
commit
d66f2033bb
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@
|
|||
border-left: solid 1px @rp-border-grey;
|
||||
font-size: @rp-base-font-size;
|
||||
color: @rp-type-blue;
|
||||
z-index: 4; // 3 is Ace's gutter z-index value.
|
||||
z-index: 6;
|
||||
}
|
||||
|
||||
.review-panel-toolbar {
|
||||
|
|
Loading…
Reference in a new issue