mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge branch 'ja-review-panel' of github.com:sharelatex/web-sharelatex into ja-review-panel
This commit is contained in:
commit
5d8038af71
1 changed files with 3 additions and 1 deletions
|
@ -130,7 +130,7 @@
|
|||
display: none;
|
||||
.rp-size-mini & {
|
||||
display: block;
|
||||
z-index: 1;
|
||||
z-index: 12;
|
||||
}
|
||||
position: absolute;
|
||||
left: 2px;
|
||||
|
@ -166,6 +166,8 @@
|
|||
display: none;
|
||||
left: @review-off-width + @rp-entry-arrow-width;
|
||||
box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
|
||||
z-index: 11;
|
||||
|
||||
&::before {
|
||||
.triangle(left, @rp-entry-arrow-width, @rp-entry-arrow-width * 1.5, inherit);
|
||||
top: (@review-off-width / 2) - @rp-entry-arrow-width;
|
||||
|
|
Loading…
Reference in a new issue