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:
Floating Action Button with
pmd-ripple-effect
works fine, but when i try to remove thepmd-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