fix shitty firefox shit

This commit is contained in:
Lorin Werthen 2018-10-24 20:05:07 +02:00
parent e23ded9cef
commit 98c58ec322
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0

View file

@ -3,6 +3,11 @@
@import "node_modules/bulma/bulma";
@import "node_modules/bulma-divider/divider";
// TODO: Remove this once FF64.0b2+ fixes this fustercluck
.tile {
min-height: auto;
}
// Sticky footer
body {
hyphens: auto;