mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Fix warning tooltip position
By default the tooltip looks like it belongs to the list item above it.
This commit is contained in:
@@ -2712,6 +2712,10 @@ img.wiki-image {
|
||||
background: #000;
|
||||
color: #ccc;
|
||||
}
|
||||
/* commit warning tooltips need to be closer */
|
||||
.warning-section .tooltip.top {
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
||||
/* Uncramp map-control tooltips */
|
||||
.map-control .tooltip {
|
||||
|
||||
Reference in New Issue
Block a user