d-oliveros / ngSmoothScroll

AngularJS directives for animating smooth scrolling to elements.
276 stars 110 forks source link

scrolling does not work when overflow-x: hidden is set #20

Open IVLMediaInc opened 9 years ago

IVLMediaInc commented 9 years ago

Any ideas on how to keep the plugin working with overflow-x set to hidden? I noticed that setting an overflow property makes it so scrolling does not work at all.

Found out bootstrap was causing a weird issue with margins and padding which I have fixed. However, this issue with scrolling and overflow is still there in case someone is in "need" of setting overflow settings.

Will keep open to see if others may need this looked into.

nikeshbhagat commented 9 years ago

I'm having the same issue, unfortunately I can't seem to figure out the solution. Any ideas?