faency icon indicating copy to clipboard operation
faency copied to clipboard

[Bubble] Component animation not always visible

Open matthieuh opened this issue 4 years ago • 0 comments

Bug report

Current Behavior

In some scenarios Bubble component animation is not visible.

Expected behavior

Bubble component should always have animation visible (except if has noAnimation property).

Reproducible example

Suggested solution

Change the way the Bubble component animation using the before pseudo-element is layered with the main element. Actual hack is adding this CSS line:

css={{ '&::before': { zIndex: '1 !important' } }}
Software Version
Faency version v1.0.0-1

matthieuh avatar Oct 25 '21 12:10 matthieuh