From ce768c6d46207f3570260dc37f5286cd294e9d58 Mon Sep 17 00:00:00 2001 From: Steven Spriggs Date: Fri, 27 Oct 2023 11:54:20 -0400 Subject: [PATCH] docs: fix back-to-top blocking right aligned buttons and links (#1314) * docs: fix back-to-top blocking right aligned butons and links * docs: revert z-index change --- docs/scss/_utility.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/scss/_utility.scss b/docs/scss/_utility.scss index 58c607d03c..bb843e3bde 100644 --- a/docs/scss/_utility.scss +++ b/docs/scss/_utility.scss @@ -719,7 +719,7 @@ hr { right: 32px; bottom: 32px; width: 3em; - // pointer-events: none; + pointer-events: none; z-index: 1; } @@ -730,6 +730,7 @@ hr { display: inline-block; transition: transform 80ms ease-in; z-index: 1; + pointer-events: all; img { transition: 0.3s ease all;