From 24c400bc8d26f0a918cff086bf82da8330a63510 Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Wed, 24 Oct 2018 21:19:46 +0200 Subject: [PATCH] firefox sucks --- content/assets/stylesheets/main.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/assets/stylesheets/main.scss b/content/assets/stylesheets/main.scss index 2a314f1..fa882a5 100644 --- a/content/assets/stylesheets/main.scss +++ b/content/assets/stylesheets/main.scss @@ -4,8 +4,10 @@ @import "node_modules/bulma-divider/divider"; // TODO: Remove this once FF64.0b2+ fixes this fustercluck -.tile { - min-height: auto; +@-moz-document url-prefix() { + .tile { + min-height: auto; + } } // Sticky footer