Commit 00525de0 authored by Simon Knox's avatar Simon Knox

fix z-index and vertically center

parent bf377043
......@@ -624,15 +624,17 @@ ul.notes {
.line_holder .is-over:not(.no-comment-btn) {
.add-diff-note {
opacity: 1;
z-index: 101;
}
}
.add-diff-note {
@include btn-comment-icon;
opacity: 0;
margin-top: -2px;
margin-left: -55px;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment