From 6577f5ebfed550106216034d4b86df363213e226 Mon Sep 17 00:00:00 2001 From: Samuel Scheiderich Date: Thu, 2 Nov 2017 16:06:15 -0400 Subject: [PATCH] Overflow scrolling fix for Firefox, fixes #879 --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 866308d..786a84c 100644 --- a/css/style.css +++ b/css/style.css @@ -156,6 +156,7 @@ img { .main { margin-top: 80px; margin: 5px; + min-height: 0; } .drawer { @@ -358,4 +359,4 @@ td { .libitem { margin-bottom: 20px; -} \ No newline at end of file +}