fix overlapping footer in viewer

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

View file

@ -11,4 +11,8 @@
progress {
width: 100%;
display: block;
}
body > footer {
display: none;
}