From b98a92523bb65b30e17210d6226679b585b29af6 Mon Sep 17 00:00:00 2001 From: Keplyx Date: Wed, 23 May 2018 17:10:39 +0200 Subject: [PATCH] Allow click through header --- assets/css/hamburger.css | 1 + assets/css/style.css | 1 + 2 files changed, 2 insertions(+) diff --git a/assets/css/hamburger.css b/assets/css/hamburger.css index a0a2429..ee73c29 100644 --- a/assets/css/hamburger.css +++ b/assets/css/hamburger.css @@ -6,6 +6,7 @@ margin: 5px; height: 40px; width: 40px; + pointer-events: auto; } #bar1, #bar2-1, #bar2-2, #bar3 { diff --git a/assets/css/style.css b/assets/css/style.css index 2ed4e78..2a6daed 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -183,6 +183,7 @@ Full-Width Styles z-index: 2000; height: 100px; background: linear-gradient(to bottom, #1c1c1c, transparent 90%); + pointer-events: none; } #header_top h4 {