From ead5230a2d133c876e0352590ffb4fe2795b56ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Thu, 7 Jul 2022 09:38:47 +0200 Subject: [PATCH] fix(back to top): allow clicking under the transparent surface (#1346) --- 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 {