From 5d3dd7b3519658acb158a21f981786edf5326888 Mon Sep 17 00:00:00 2001 From: leosw Date: Wed, 30 Jan 2019 21:17:21 +0100 Subject: [PATCH] Fix min height for firefox 66 --- views/css/d.index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/css/d.index.css b/views/css/d.index.css index 7f95f80..5363cde 100755 --- a/views/css/d.index.css +++ b/views/css/d.index.css @@ -238,7 +238,7 @@ section { background: white; margin: auto; width: 820px; - min-height: calc(100% - 97px); + min-height: calc(100% - 94px); z-index: 10; padding: 15px; text-align: justify;