https://github.com/mdbootstrap/perfect-scrollbar/issues/920
getBoundingClientRect does not take into account borders on the container element.
perfect-scrollbar计算宽高时,使用getBoundingClientRect,将边框排除,所以会导致错误。
解决方案: 去除边框,使用其他方式,如外部增加一个容器将边框赋在上面。
https://github.com/mdbootstrap/perfect-scrollbar/issues/920
getBoundingClientRect does not take into account borders on the container element.
perfect-scrollbar计算宽高时,使用getBoundingClientRect,将边框排除,所以会导致错误。
解决方案: 去除边框,使用其他方式,如外部增加一个容器将边框赋在上面。