digicorp/propeller

Floating Action button without Ripple-effect issue

exil0867 opened this issue · 2 comments

Floating Action Button with pmd-ripple-effect works fine, but when i try to remove the pmd-ripple-effect from the buttons i face strange issue, the data-title of the rest of buttons becomes showing even if i don't hover over them...

Floating Action example with pmd-ripple-effect :

Imgur

works fine!

Floating Action example without pmd-ripple-effect :

Imgur

you can see the issue!

Hopefully i fixed this by adding overflow:hidden to the buttons:

.pmd-floating-action-btn{ overflow: hidden; }

I attached some demos
floating_actions_issue.zip

Hello,

Thank you for bringing this to our notice.

@ExillustX: This issue is resolved.