mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
fix scrollbars showing up in hovered state of inspector, fixes #10511
also closes #9912, closes #10552
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user