From 26746e52a60d35c5a9c45fbb0450f705fc5b5b47 Mon Sep 17 00:00:00 2001
From: Tom Dequesnes <tom.dequesnes.etu@univ-lille.fr>
Date: Mon, 17 Mar 2025 11:26:05 +0100
Subject: [PATCH] bug css

---
 css/styleMenu.css | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/css/styleMenu.css b/css/styleMenu.css
index 06029f7..a3e2ef7 100644
--- a/css/styleMenu.css
+++ b/css/styleMenu.css
@@ -133,18 +133,6 @@ body {
 }
 
 @media (max-width: 991px) {
-    #sidebar {
-        position: absolute;
-        top: 0;
-        left: 0;
-        right: 0;
-        bottom: 0;
-        background-color: #00072D;
-        z-index: 1050;
-        padding-top: 50px;
-        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
-    }
-
     .sidebar {
         width: 250px;
         height: 100%;
-- 
GitLab