ragnarpeterson / ember-scroll-to

Animated scrolling to a specified id.
MIT License
49 stars 31 forks source link

Scroll to top not working in FireFox #29

Open vinuel opened 7 years ago

vinuel commented 7 years ago

I’m using the addon to have a simple scroll-to-top on my site. It works great in Chrome and Opera, but nothing happens in FireFox (Windows, FF 51.0.1).

vinuel commented 7 years ago

Just FYI: I fixed this by putting the following to my CSS:

@-moz-document url-prefix() { 
    html { overflow: hidden; height: 100%; }
    body { overflow: auto; height: 100%; }
}
cecemel commented 7 years ago

@vinuel thanks for the workaround, however, this breaks other components using scrolling (in firefox)