css how to make element behind popup not scrollable 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;