Tuesday, March 29, 2016

Prevent scrolling of the page when pop-up is open


Solution#1 

On modal popup open add following css
body {
    overflow: hidden;
}