解決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

相關文章
相關標籤/搜索