From 83678f8cb0008cb2b363dfba7e6300b2bc48686c Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Thu, 9 Nov 2023 12:00:39 +0100 Subject: [PATCH] avoid '::before' layer to obscur interactivity with under layers --- assets/scss/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index 4ae13f3..ad68b9d 100755 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -39,7 +39,7 @@ $icon-yellow: #fcc958; background-size: contain; background-position: $pos center; background-repeat: no-repeat; - z-index: 10; + pointer-events: none; } }