This commit is contained in:
Matthew Stratford 2021-02-03 23:57:57 +00:00
parent 74d46444f5
commit 7a7a401114

View file

@ -239,10 +239,12 @@ $number-of-channels: 3;
visibility: hidden;
z-index: 999;
}
.__react_component_tooltip.allow_hover, .__react_component_tooltip.allow_click {
.__react_component_tooltip.allow_hover,
.__react_component_tooltip.allow_click {
pointer-events: auto;
}
.__react_component_tooltip::before, .__react_component_tooltip::after {
.__react_component_tooltip::before,
.__react_component_tooltip::after {
content: "";
width: 0;
height: 0;