解决出现滚动条造成布局改变

html {
    width:100vw;
    overflow-x:hidden;
}
来源:  https://aykevl.nl/2014/09/fix-jumping-scrollbar