digicorp / propeller

Propeller - Develop more, Code less. Propeller is a front-end responsive framework based on Google's Material Design Standards & Bootstrap.
http://propeller.in
MIT License
1.13k stars 139 forks source link

Floating Action button without Ripple-effect issue #40

Closed exil0867 closed 6 years ago

exil0867 commented 7 years ago

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

piyush-digicorp commented 7 years ago

Hello,

Thank you for bringing this to our notice.

monika-digicorp commented 6 years ago

@ExillustX: This issue is resolved.