1
0
mirror of https://github.com/flarum/core.git synced 2025-07-19 07:41:22 +02:00

Stick footer to bottom

This commit is contained in:
Toby Zerner
2015-03-18 09:12:45 +10:30
parent 018eb7d062
commit 005880ba40

View File

@@ -8,6 +8,7 @@ body {
} }
.global-page { .global-page {
overflow-x: hidden; overflow-x: hidden;
min-height: 100vh;
} }
// ------------------------------------ // ------------------------------------