From c6f3c53d46316f21a2b258d387292c1c2458b72a Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 7 Mar 2019 11:18:54 +0100 Subject: [PATCH] Make the attribution box stick to the bottom of the screen. --- dist/public/assets/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/public/assets/site.css b/dist/public/assets/site.css index 44789d5..3dcfa24 100644 --- a/dist/public/assets/site.css +++ b/dist/public/assets/site.css @@ -150,7 +150,7 @@ a.brand { } .attribution { - position: absolute; + position: fixed; z-index: -1; bottom: 0; right: 0;