ifndefdeadmau5 / react-floating-button-menu

A customizable floating action button menu that follows material design
https://ifndefdeadmau5.github.io/react-floating-button-menu/
46 stars 15 forks source link

Can't click elements behind hidden child button #38

Open rainercedric23 opened 4 years ago

rainercedric23 commented 4 years ago

I can't seem to fix an issue where I can't click the icons behind the floating button because there's a define width from UL generated by the floating button menu, see image for example

Screenshot from 2020-07-06 19-56-50

is there a workaround for this? thanks!

ifndefdeadmau5 commented 4 years ago

I can def reproduce that just by seeing the docs page :/ will take a look, thanks!

ifndefdeadmau5 commented 4 years ago

Hmm.. while I could confirm that ul generates space as much as it's child elements take, I had no issue with clicking behind element when it's not opened. Which browser are you working on? @rainercedric23

rainercedric23 commented 4 years ago

@ifndefdeadmau5 I am using a mobile emulator in chrome, but I've replicated it on desktop also when I've tried to move any buttons behind the hidden UL width, maybe because of the element placement?

I've created sample recording here: https://streamable.com/t8unqh

ifndefdeadmau5 commented 4 years ago

@rainercedric23 Thanks for video information, I'm thinking of rewriting this whole package in this weekend as everything here is pretty old stuff :p

rainercedric23 commented 4 years ago

thanks @ifndefdeadmau5 ! really appreciate your work