recalc height-mobile on overlay show

This commit is contained in:
Niko 2022-02-20 17:50:13 +01:00
parent bacf4330bd
commit 0c405137c2
1 changed files with 1 additions and 0 deletions

View File

@ -262,6 +262,7 @@ app.overlay = {
if (removable)
div.setAttribute('onclick', `app.overlay.remove("${id}")`);
document.body.appendChild(div);
calcHeightMobile();
});
},
remove: function(id) {