Use position: fixed for footer in error pages to get better positioning in the popup details fram

This commit is contained in:
Jan Böhmer 2024-03-10 00:19:47 +01:00
parent b781150ee9
commit 1af8558cf4
2 changed files with 3 additions and 3 deletions

View file

@ -59,7 +59,7 @@ ul {
.footer {
box-sizing: border-box;
position: absolute;
position: fixed;
bottom: 0;
width: 100%;
height: 60px;