fix total height / scrolling on mobile chrome/safari, closes #2367

This commit is contained in:
zadam
2021-11-21 13:39:47 +01:00
parent 08e9b59696
commit 67542f448d
3 changed files with 4 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ export default class RootContainer extends FlexContainer {
super('row');
this.id('root-widget');
this.css('height', '100vh');
this.css('height', '100%');
}
refresh() {