fix(mobile): position of classic toolbar on tablet view

This commit is contained in:
Elian Doran
2025-01-01 21:40:47 +02:00
parent a8f052071e
commit b11f2a6992
2 changed files with 3 additions and 2 deletions

View File

@@ -138,6 +138,7 @@ export default class MobileLayout {
.css("padding-left", "0")
.css("padding-right", "0")
.css('max-height', '100%')
.css("position", "relative")
.child(new FlexContainer('row').contentSized()
.css('font-size', 'larger')
.css('align-items', 'center')