mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
fix comments in notes overflowing upon hovering (#9074)
This commit is contained in:
+2
-3
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user