mirror of
https://github.com/flarum/core.git
synced 2025-07-21 08:41:17 +02:00
Give the body some padding-bottom
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
.App {
|
.App {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
padding-top: @header-height;
|
padding-top: @header-height;
|
||||||
|
padding-bottom: 50px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
||||||
@media @phone {
|
@media @phone {
|
||||||
|
Reference in New Issue
Block a user