1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 14:10:37 +02:00

Use absolute positioning for the Composer on Safari (#2660)

This commit is contained in:
Sami Mazouz
2021-03-07 22:31:46 +01:00
committed by GitHub
parent 3aa118ab94
commit 91d5d9c176
4 changed files with 30 additions and 1 deletions

View File

@@ -120,6 +120,12 @@
max-height: 100%;
padding-top: @header-height-phone;
// Fixes a bug where fixed position doesn't properly work in Safari mobile
// https://github.com/flarum/core/issues/2652
.mobile-safari & {
position: absolute;
}
&:before {
content: " ";
.header-background();