Make the attribution box stick to the bottom of the screen.

This commit is contained in:
Justus Winter 2019-03-07 11:18:54 +01:00
parent a979631657
commit c6f3c53d46
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ a.brand {
}
.attribution {
position: absolute;
position: fixed;
z-index: -1;
bottom: 0;
right: 0;