From 08e7bfccd4ae4539c254975a1f131fa211609cb4 Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Sun, 10 Oct 2021 09:55:52 +0200 Subject: [PATCH] Float always on top for floattop --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index b6d24f4..262471d 100644 --- a/css/style.css +++ b/css/style.css @@ -32,7 +32,7 @@ body { .floattop { text-align: center; - position: absolute; + position: sticky; top: 0px; left: 0px; width: 100vw;