From 63c3ff515999b2c75121a90b1b71dfe31fbd1dc0 Mon Sep 17 00:00:00 2001 From: JustablockCode Date: Tue, 1 Oct 2024 16:16:52 +0200 Subject: [PATCH] i think i fexed when scrolling --- css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index dedadbd..3d348ab 100644 --- a/css/index.css +++ b/css/index.css @@ -143,7 +143,7 @@ body { } footer { - position: fixed; + position: sticky; top: 10px; right: 30px; text-align: right;