mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Apply z-index rule to container, not to the button.
This commit is contained in:
parent
b22ef30876
commit
d611ccd2cb
1 changed files with 1 additions and 1 deletions
|
@ -889,6 +889,7 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
z-index: 2;
|
||||||
|
|
||||||
.rp-size-mini & {
|
.rp-size-mini & {
|
||||||
right: @review-off-width;
|
right: @review-off-width;
|
||||||
|
@ -901,7 +902,6 @@
|
||||||
color: @rp-type-blue;
|
color: @rp-type-blue;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-bottom-left-radius: 3px;
|
border-bottom-left-radius: 3px;
|
||||||
z-index: 2;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
&.rp-track-changes-indicator-on-dark {
|
&.rp-track-changes-indicator-on-dark {
|
||||||
|
|
Loading…
Reference in a new issue