解决html页面展开内容出现滚动条时抖动问题

html {
  overflow-y: scroll;
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
:root body {
  position: absolute;
}
body {
  width: 100vw;
  overflow: hidden;
}

原文http://www.zhangxinxu.com/wor...css

相关文章
相关标签/搜索