From a7c4b1e6b836c142900b38240654c1d3b50181a8 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 3 Jul 2015 13:26:17 -0700 Subject: [PATCH] Header plus #scroll-marker is typically larger than 25px. --- src/General/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index 11668c1a1..e271199a4 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -988,7 +988,7 @@ span.hide-announcement { max-height: 100vh; } :root.fit-height.fixed .full-image { - max-height: calc(100vh - 25px); + max-height: calc(100vh - 35px); } :root.fit-width .full-image { max-width: 100%;