fix(mobile): bottom bar not always shown

This commit is contained in:
Elian Doran 2025-01-02 00:38:52 +02:00
parent f4607123f2
commit f315457047
No known key found for this signature in database

View File

@ -5,6 +5,6 @@ export default class RootContainer extends FlexContainer {
super(isHorizontalLayout ? "column" : "row");
this.id('root-widget');
this.css('height', '100%');
this.css('height', '100dvh');
}
}