fix doctype height

This commit is contained in:
Roy Olav Purser 2023-07-07 21:47:13 +02:00
parent a0c45d2923
commit 4593cf84c5
Signed by: roypur
GPG Key ID: 90142918D5E59AD3

@ -1,6 +1,11 @@
body {
margin: 0px;
height: 100%;
}
html {
height: 100%;
}
.vjs-button {
cursor:pointer;
}