From ab152b7b9b36ea8be9f74977c2e88182bfc4fba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Avijit=20=F0=9F=9A=80?= <526avijit@gmail.com> Date: Thu, 5 Aug 2021 01:18:00 +0200 Subject: [PATCH] Remove unncessary z-index --- themes/gokarna/static/css/main.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/themes/gokarna/static/css/main.css b/themes/gokarna/static/css/main.css index 2dd6df8..275044c 100644 --- a/themes/gokarna/static/css/main.css +++ b/themes/gokarna/static/css/main.css @@ -144,14 +144,6 @@ a:hover .feather-sun { width: 100%; z-index: 5; } -.nav-hamburger-list .nav-item { - position: relative; - z-index: 5; -} -.nav-item a { - position: relative; - z-index: 5; -} .nav-hamburger-list a:hover { text-decoration: underline; }