how to prevent a web page from scrolling 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;