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

fix z-index and vertically center

parent bf377043
...@@ -624,15 +624,17 @@ ul.notes { ...@@ -624,15 +624,17 @@ ul.notes {
.line_holder .is-over:not(.no-comment-btn) { .line_holder .is-over:not(.no-comment-btn) {
.add-diff-note { .add-diff-note {
opacity: 1; opacity: 1;
z-index: 101;
} }
} }
.add-diff-note { .add-diff-note {
@include btn-comment-icon; @include btn-comment-icon;
opacity: 0; opacity: 0;
margin-top: -2px;
margin-left: -55px; margin-left: -55px;
position: absolute; position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10; 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