mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 13:37:40 +03:00
Fix footer at a fixed position (bottom of the screen)
Fixes redlib-org/redlib#393
This commit is contained in:
parent
3d85df5044
commit
e518bb3a53
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ body > footer {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: var(--post);
|
background: var(--post);
|
||||||
position: absolute;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue