1
0
Fork 0
mirror of https://gitlab.com/hagrid-keyserver/hagrid.git synced 2023-02-13 20:55:02 -05:00

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

View file

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