From 1a39176be02bdbbea609989dc04c03f498339b13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Eldj=C3=A1rn?= Date: Fri, 12 Aug 2022 18:32:30 +0000 Subject: [PATCH] Fixed bug where whitepaper section blocked social icons in /about --- src/components/sections/about/whitepaper/whitepaper.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/sections/about/whitepaper/whitepaper.module.scss b/src/components/sections/about/whitepaper/whitepaper.module.scss index ce016d5..257b8d1 100644 --- a/src/components/sections/about/whitepaper/whitepaper.module.scss +++ b/src/components/sections/about/whitepaper/whitepaper.module.scss @@ -10,6 +10,7 @@ position: relative; margin-bottom: tovw(-110px, 'default', -115px); margin-top: tovw(-90px, 'default', -95px); + pointer-events: none; .container { @include respond-to('mobile') {