recalc height-mobile on overlay show
This commit is contained in:
parent
bacf4330bd
commit
0c405137c2
|
@ -262,6 +262,7 @@ app.overlay = {
|
|||
if (removable)
|
||||
div.setAttribute('onclick', `app.overlay.remove("${id}")`);
|
||||
document.body.appendChild(div);
|
||||
calcHeightMobile();
|
||||
});
|
||||
},
|
||||
remove: function(id) {
|
||||
|
|
Loading…
Reference in New Issue