fix shitty firefox shit
This commit is contained in:
parent
e23ded9cef
commit
98c58ec322
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue