react-particle-effect-button icon indicating copy to clipboard operation
react-particle-effect-button copied to clipboard

Consider using display:"none" rather than visibility:"hidden" on canvas

Open duongthienlee opened this issue 6 years ago • 0 comments

As mentioned, I think you should consider using display:"none" rather than visibility:"hidden" on canvas. Using visibility could cause some responsive issue as the canva's width is 3 times larger than the button's width. In your example, open it on mobile mode, it will cause responsive issue. https://transitive-bullshit.github.io/react-particle-effect-button/

duongthienlee avatar Aug 17 '19 18:08 duongthienlee