how to lock background image on browser and scroll only body 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;