From abb1b6d9af4509df220f38c7d2f7c0fae32c67f5 Mon Sep 17 00:00:00 2001 From: Alessio Davoli Date: Mon, 11 Dec 2023 18:25:01 +0100 Subject: [PATCH] No need for fixed positioning --- frontend/src/css/header.css | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/css/header.css b/frontend/src/css/header.css index 7df0ec7..22357fa 100644 --- a/frontend/src/css/header.css +++ b/frontend/src/css/header.css @@ -1,5 +1,4 @@ .header { - position: fixed; padding: 15px; background-color: transparent; color: black;