Answers for "css lock scroll"

CSS
0

css lock scroll

/* EXAMPLE */
body {
	overflow: hidden; /*[to unlock scroll:overflow: visible;]*/
}

/*SYNTAX
overflow: hidden;
*/
Posted by: Guest on February-25-2021
0

css prevent background scrolling

<body scroll="no" ></body>

or css

background-attachment: fixed;
Posted by: Guest on July-20-2020

Browse Popular Code Answers by Language