📜  css disable scroll mobile - CSS 代码示例
📅  最后修改于: 2022-03-11 14:47:46.838000             🧑  作者: Mango
代码示例1
html,
body {
width: 100%;
height: 100%;
margin: 0;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
}