Fixed tooltip location for data layers button

This commit is contained in:
Thomas Hervey
2018-05-16 16:30:10 -07:00
parent 4bc2eca7c3
commit 2d45f79d90

View File

@@ -172,7 +172,7 @@ export function uiMapData(context) {
.append('label')
.call(tooltip()
.title(t('map_data.layers.osm.tooltip'))
.placement('top')
.placement('bottom')
);
labelEnter