fix scrollbars showing up in hovered state of inspector, fixes #10511

also closes #9912, closes #10552
This commit is contained in:
Martin Raifer
2024-12-03 18:45:04 +01:00
parent e59f719062
commit 18de00a7bf

View File

@@ -3069,6 +3069,7 @@ img.tag-reference-wiki-image {
.comment-date {
color: #aaa;
}
.inspector-hover .comment-text,
.comment-text {
color: #333;
margin-top: 10px;
@@ -4232,10 +4233,10 @@ li.issue-fix-item button:not(.actionable) .fix-icon {
border: 1px solid #ccc;
}
/* scrollbars only when necessary*/
/* no scrollbars */
.inspector-hover div {
overflow-x: visible;
overflow-y: auto;
overflow-y: visible;
}
/* hide and remove from layout */