From 75da9a779c94ec7c04862a62c709c92dc798b93e Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 21 Jul 2017 20:56:44 +0100 Subject: [PATCH] Fix height of html / body elements on short pages --- GalleryShare/Embed/Theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GalleryShare/Embed/Theme.css b/GalleryShare/Embed/Theme.css index c6192ea..85d91e0 100644 --- a/GalleryShare/Embed/Theme.css +++ b/GalleryShare/Embed/Theme.css @@ -8,7 +8,7 @@ --figcaption-bg-position-y: 0.7em; } -html, body { font-size: 100%; } +html, body { min-height: 100%; font-size: 100%; } body { margin: 0;