fixed css for the one other web browser that exists

This commit is contained in:
Lynne Megido 2020-09-20 13:50:27 +10:00
parent 68c6fe6395
commit 9a25bc406f
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

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