prevent background scrolling when displaying popup css code example
Example: css prevent background scrolling
<body scroll="no" ></body>
or css
background-attachment: fixed;
<body scroll="no" ></body>
or css
background-attachment: fixed;