PC端适配 防止出现滚动条影响布局
Posted 奥特曼
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PC端适配 防止出现滚动条影响布局相关的知识,希望对你有一定的参考价值。
直接放在.css文件中 mian.js引入即可
html {overflow-y: scroll;}
:root {overflow-y: auto;overflow-x: hidden;}
:root body {position: absolute;}
body {width: 100vw;overflow: hidden;}
以上是关于PC端适配 防止出现滚动条影响布局的主要内容,如果未能解决你的问题,请参考以下文章