PygmySlowLoris / vue-fab

Vue Floating Action Button
MIT License
273 stars 51 forks source link

fab tooltip position issue #23

Open eslamaher opened 6 years ago

eslamaher commented 6 years ago

there is a problem with the tooltip of the fab buttons when the page have a vertical scroll bar . when i use it to scroll down the page the tool tip scroll with me tooltip1 tooltip2

radudalbea commented 5 years ago

I'm having the same issue. you are changing the transform: translate3d while scrolling. You should stop at the bottom of the page.