fix overlapping footer in viewer

This commit is contained in:
Robin Appelman 2023-12-05 16:56:25 +01:00
commit 81b642fa26

View file

@ -12,3 +12,7 @@ progress {
width: 100%;
display: block;
}
body > footer {
display: none;
}