Floating Action button without Ripple-effect issue
exil0867 opened this issue · 2 comments
exil0867 commented
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
:
works fine!
Floating Action example without pmd-ripple-effect
:
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
piyush-digicorp commented
Hello,
Thank you for bringing this to our notice.
monika-digicorp commented
@ExillustX: This issue is resolved.