From 3d30ddcd4fa4795e9049c568a4910a9c87363f16 Mon Sep 17 00:00:00 2001 From: Robin Schumann <2210880@stud.hs-mannheim.de> Date: Tue, 6 Jun 2023 12:41:57 +0200 Subject: [PATCH] =?UTF-8?q?bugfix=20men=C3=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/mobile.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/public/css/mobile.css b/public/css/mobile.css index f0f7a8a..6894573 100644 --- a/public/css/mobile.css +++ b/public/css/mobile.css @@ -160,6 +160,8 @@ padding-left: 50px; transition: transform 0.5s ease-in-out; text-align: left; + position: relative; + z-index: 9999; } .nav-container input[type="checkbox"]:checked ~ .menu-items { @@ -249,9 +251,6 @@ text-align: center; } - .content_mobile { - position:static; - } .content h3{ color: black; margin-bottom: 0.2em; @@ -617,7 +616,7 @@ .content .mobile_ansicht{ position: relative; - z-index: -10; + z-index: 0; margin-left: -55px; }