From b020b20bc7fdaab1a754aad1e0d6e383f7169c6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Wed, 29 Jun 2022 09:00:05 +0200 Subject: [PATCH] Fix Back to top container to allow clicking under the transparent surface --- scss/_back-to-top.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_back-to-top.scss b/scss/_back-to-top.scss index 06e940d043..3bb77306cd 100644 --- a/scss/_back-to-top.scss +++ b/scss/_back-to-top.scss @@ -36,6 +36,7 @@ right: var(--#{$prefix}back-to-top-right); bottom: var(--#{$prefix}back-to-top-bottom); z-index: var(--#{$prefix}back-to-top-zindex); + pointer-events: none; } .back-to-top-link {