From 677248eb3da460c3e209bfad91aeb96e345f4cc5 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 19 Feb 2021 19:20:12 +0000 Subject: [PATCH] fix #4270 --- fluidbook/compile/hybrid/index.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/fluidbook/compile/hybrid/index.html b/fluidbook/compile/hybrid/index.html index 5b705d066..34af5f653 100644 --- a/fluidbook/compile/hybrid/index.html +++ b/fluidbook/compile/hybrid/index.html @@ -12,11 +12,13 @@ padding: 0; margin: 0; } + body, html { background-color: #$bgcolor; width: 100%; height: 100%; } + footer { visibility: hidden; } @@ -24,16 +26,21 @@ - + \ No newline at end of file -- 2.39.5