From 0bcc0b0e3ea0c2641d98b33b0391e902902bec02 Mon Sep 17 00:00:00 2001 From: Malte Voos Date: Sun, 2 Apr 2023 14:06:57 +0200 Subject: fix noscript being hidden below webring --- index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index ac1be82..29c3494 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,11 @@ top: 0; left: 0; } + #noscript { + position: fixed; + bottom: 0; + left: 0; + } @@ -32,7 +37,7 @@ init(); source code -- cgit 1.4.1