mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 13:18:15 +02:00
header size didn't include padding above buttons
This commit is contained in:
@@ -981,7 +981,7 @@ export function rendererMap(context) {
|
||||
|
||||
map.trimmedExtent = function(val) {
|
||||
if (!arguments.length) {
|
||||
var headerY = 60;
|
||||
var headerY = 71;
|
||||
var footerY = 30;
|
||||
var pad = 10;
|
||||
return new geoExtent(
|
||||
|
||||
Reference in New Issue
Block a user