faency
faency copied to clipboard
[Bubble] Component animation not always visible
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 |