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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user