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 {