Fixed issue where tooltip buttons in the walkthrough could not be clicked

This commit is contained in:
Quincy Morgan
2019-02-19 15:03:46 -05:00
parent f536706763
commit d6128de851
+2
View File
@@ -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 {