mirror of
https://github.com/flarum/core.git
synced 2025-07-17 23:01:17 +02:00
Fix composer header hidden by mobile browser (#2279)
This commit is contained in:
@@ -265,7 +265,7 @@ export default class Composer extends Component {
|
||||
this.animateHeightChange().then(() => this.focus());
|
||||
|
||||
if (app.screen() === 'phone') {
|
||||
this.$().css('top', $(window).scrollTop());
|
||||
this.$().css('top', 0);
|
||||
this.showBackdrop();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user