在项目开发中,遇到滚动条横向和纵向重合处,会有一个白边。

解决方案:

::-webkit-scrollbar {
    width: 0px !important;
  }