From 99c05982e545054a7ef660ba7fafacc436af947e Mon Sep 17 00:00:00 2001 From: ludwiczakpawel Date: Wed, 26 Jan 2022 12:34:14 +0100 Subject: [PATCH] fix (#16307) --- app/assets/stylesheets/components/tooltips.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/components/tooltips.scss b/app/assets/stylesheets/components/tooltips.scss index 78669c15c..0987eff83 100644 --- a/app/assets/stylesheets/components/tooltips.scss +++ b/app/assets/stylesheets/components/tooltips.scss @@ -17,6 +17,7 @@ border-radius: var(--radius); width: max-content; opacity: var(--opacity-0); + pointer-events: none; } .js-focus-visible &__activator.focus-visible:focus,