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; }