关于浏览器出现滚动条和消失页面不滚动的解决方案

html {
  overflow-y: scroll;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

body {
  width: 100vw;
  overflow: hidden;
}

 

posted @ 2017-07-20 14:57  陈小银  阅读(3367)  评论(0编辑  收藏  举报