Fix graph in lists

This commit is contained in:
2019-07-07 12:09:13 +02:00
parent 48a20f22f7
commit 619f61161f
2 changed files with 89 additions and 80 deletions

View File

@@ -208,7 +208,6 @@ var ListNavigator = {
document.getElementById("toolbar").style.top = navHeight+"px";
document.getElementById("button-expand-toolbar").style.top = navHeight+"px";
document.getElementById("sharebar").style.top = navHeight+"px";
document.getElementById("info_popup").style.top = (navHeight+20)+"px";
}, 200);
}
};