mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Use tooltip 'top' for consistency with other things on this list
This commit is contained in:
@@ -262,7 +262,7 @@ export function uiMapData(context) {
|
||||
.append('label')
|
||||
.each(function(d) {
|
||||
d3_select(this).call(
|
||||
tooltip().title(d.tooltip).placement('bottom')
|
||||
tooltip().title(d.tooltip).placement('top')
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user