1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Fix composer header hidden by mobile browser (#2279)

This commit is contained in:
Sami Mazouz
2021-01-07 16:25:12 +01:00
committed by GitHub
parent 94381dca62
commit 9b27b0d9d7
2 changed files with 2 additions and 2 deletions

View File

@@ -114,7 +114,7 @@
background: @body-bg;
&:not(.minimized) {
position: absolute;
position: fixed;
top: 0;
height: 350px !important;
padding-top: @header-height-phone;