From 874564ab87478cedca8df2dd1cc690810d698dbb Mon Sep 17 00:00:00 2001
From: Tejas Chari <tejasc@consultbop.com>
Date: Wed, 22 Nov 2023 16:19:50 +0530
Subject: [PATCH] chore: removed the z index on the header

---
 templates/layouts/layout-both-columns.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/layouts/layout-both-columns.tpl b/templates/layouts/layout-both-columns.tpl
index f3815d0..f86894e 100644
--- a/templates/layouts/layout-both-columns.tpl
+++ b/templates/layouts/layout-both-columns.tpl
@@ -41,7 +41,7 @@
       {include file='catalog/_partials/product-activation.tpl'}
     {/block}
 
-    <header class="relative z-30 flex items-center w-full">
+    <header class="relative flex items-center w-full">
       {block name='header'}
         {include file='_partials/header.tpl'}
       {/block}