html stop body scrolling when scrolling div 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;