From d6128de8513f41147e8707d8a653f9ccfe3727cb Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Tue, 19 Feb 2019 15:03:46 -0500 Subject: [PATCH] Fixed issue where tooltip buttons in the walkthrough could not be clicked --- css/80_app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/80_app.css b/css/80_app.css index fca8b3310..2fa8236a2 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -4612,6 +4612,8 @@ svg.mouseclick use.right { color: #333; font-size: 12px; white-space: initial; +} +.tooltip:not(.curtain-tooltip) { pointer-events: none; } .tooltip.in {