From 4593cf84c5902a959b8bdea57bfeb2651f52657c Mon Sep 17 00:00:00 2001 From: Roy Olav Purser Date: Fri, 7 Jul 2023 21:47:13 +0200 Subject: [PATCH] fix doctype height --- frontend/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/style.css b/frontend/style.css index d9d6916..ab2d43d 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -1,6 +1,11 @@ body { margin: 0px; + height: 100%; } +html { + height: 100%; +} + .vjs-button { cursor:pointer; }