mobile layout fixes + fix mobile delete note

This commit is contained in:
zadam
2020-09-13 21:12:22 +02:00
parent 37602cfcae
commit 1e1709ca6a
6 changed files with 32 additions and 13 deletions

View File

@@ -32,8 +32,9 @@ const WIDGET_TPL = `
class MobileGlobalButtonsWidget extends BasicWidget {
doRender() {
return this.$widget = $(WIDGET_TPL);
this.$widget = $(WIDGET_TPL);
this.overflowing();
}
}
export default MobileGlobalButtonsWidget;
export default MobileGlobalButtonsWidget;