We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f38e62 commit d0480ceCopy full SHA for d0480ce
js/tracker.js
@@ -1312,7 +1312,7 @@ var mapInfoBox_handle_path_fetch = function(id,vehicle) {
1312
1313
div = document.createElement('div');
1314
1315
- html = "<div style='line-height:16px'>";
+ html = "<div style='line-height:16px;position:relative;'>";
1316
html += "<img style='position:absolute;top:"+vehicle.image_src_offset.y+"px;left:"+vehicle.image_src_offset.x+"px;" +
1317
"width:"+vehicle.image_src_size.width+"px;height:"+vehicle.image_src_size.height+"px'" +
1318
" src='"+vehicle.image_src+"' />";
0 commit comments