diff --git a/src/App.scss b/src/App.scss index 8937ebb..1af0ac2 100644 --- a/src/App.scss +++ b/src/App.scss @@ -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;