vodkabears / Remodal

No longer actively maintained.
http://vodkabears.github.io/remodal/
MIT License
2.76k stars 774 forks source link

Fix function getScrollbarWidth #261

Closed pesrepus closed 7 years ago

pesrepus commented 7 years ago

In some cases $(document.body).height() gets the same height as $(window).height() (for example if you use the "foundation framework", because it sets the body height to 100% because of the "Off-canvas"-component) This will cause the content to move slightly to the right, because the function returns 0.

Change $(document.body).height() to $(document).height() solves this issue.

nag5000 commented 7 years ago

It doesn't fix https://github.com/VodkaBears/Remodal/issues/263 :(