From 1cdf912fff1dd0530159eae2bed88b7fd67ac58b Mon Sep 17 00:00:00 2001 From: Pratyush Date: Tue, 19 May 2020 22:22:08 +0530 Subject: [PATCH] Transparent Header issue is fixed --- views/layouts/main.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/views/layouts/main.hbs b/views/layouts/main.hbs index b8942d4..20e27e7 100644 --- a/views/layouts/main.hbs +++ b/views/layouts/main.hbs @@ -70,6 +70,7 @@ .header.item { border-bottom: 1px solid rgba(0,0,0,0.2); height: 50px !important; + background-color: white; } .hamburger-container {