fix comments in notes overflowing upon hovering (#9074)

This commit is contained in:
aaditya0000
2022-06-06 20:12:55 +05:30
committed by GitHub
parent fe5aba78dc
commit b09d9598c6
+2 -3
View File
@@ -4018,10 +4018,10 @@ li.issue-fix-item button:not(.actionable) .fix-icon {
border: 1px solid #ccc;
}
/* no scrollbars */
/* scrollbars only when necessary*/
.inspector-hover div {
overflow-x: visible;
overflow-y: visible;
overflow-y: auto;
}
/* hide and remove from layout */
@@ -5533,7 +5533,6 @@ li.hide + li.version .badge .tooltip .popover-arrow {
height: 20px;
overflow: visible;
width: 10px;
background: #fff;
border-left: 1px solid #DDD;
}