Web: fix scrollbars when toggling the footer

This commit is contained in:
Sybren A. Stüvel 2022-08-01 22:51:30 +02:00
parent 375c5ac3ac
commit 28b92c2994

View File

@ -93,6 +93,7 @@ export default {
showFooterPopup(shown) {
if (shown) localStorage.setItem("footer-popover-visible", "true");
else localStorage.removeItem("footer-popover-visible");
this._recalcTasksTableHeight();
},
},
methods: {