From 9a25bc406f22913cefba6d319c1ec31a6c74f9f8 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Sun, 20 Sep 2020 13:50:27 +1000 Subject: [PATCH] fixed css for the one other web browser that exists --- wwwroot/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wwwroot/css/style.css b/wwwroot/css/style.css index 3d1178f..dd0a4a9 100644 --- a/wwwroot/css/style.css +++ b/wwwroot/css/style.css @@ -1,3 +1,6 @@ +html, body, main { + height: 100%; /* needed for chromium to display the #document-viewer at 100% height */ +} body { font-family: sans-serif; min-height: 100vh;