Apply z-index rule to container, not to the button.

This commit is contained in:
Paulo Reis 2017-03-21 14:28:58 +00:00
parent b22ef30876
commit d611ccd2cb

View file

@ -889,6 +889,7 @@
top: 0;
right: 0;
font-size: 11px;
z-index: 2;
.rp-size-mini & {
right: @review-off-width;
@ -901,7 +902,6 @@
color: @rp-type-blue;
text-align: center;
border-bottom-left-radius: 3px;
z-index: 2;
white-space: nowrap;
&.rp-track-changes-indicator-on-dark {