Fix footer at a fixed position (bottom of the screen)

Fixes redlib-org/redlib#393
This commit is contained in:
kickbass 2025-03-11 03:45:27 +01:00 committed by GitHub
parent 3d85df5044
commit e518bb3a53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -375,7 +375,7 @@ body > footer {
align-items: center;
width: 100%;
background: var(--post);
position: absolute;
position: fixed;
bottom: 0;
}