naver / egjs-conveyer

Conveyer adds Drag gestures to your Native Scroll.
https://naver.github.io/egjs-conveyer/
MIT License
111 stars 8 forks source link

In ie, scrollWidth is 1px larger than clientWidth. #3

Closed daybrush closed 2 years ago

daybrush commented 2 years ago

Description

items.style.width = "400.2px";

// 400
items.clientWidth

// IE: 401, chrome: 400
items.scrollWidth

Steps to check or reproduce