Web: fix scrollbars when toggling the footer
This commit is contained in:
parent
375c5ac3ac
commit
28b92c2994
@ -93,6 +93,7 @@ export default {
|
|||||||
showFooterPopup(shown) {
|
showFooterPopup(shown) {
|
||||||
if (shown) localStorage.setItem("footer-popover-visible", "true");
|
if (shown) localStorage.setItem("footer-popover-visible", "true");
|
||||||
else localStorage.removeItem("footer-popover-visible");
|
else localStorage.removeItem("footer-popover-visible");
|
||||||
|
this._recalcTasksTableHeight();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user