googlearchive / paper-tabs

A tabs à la Material Design
22 stars 21 forks source link

Fix flickering scroll buttons on wide windows. #47

Closed Ortham closed 9 years ago

Ortham commented 9 years ago

On Chrome 39, at least, I've found that tc.scrollWidth < tc.clientWidth in some cases when the tabs container is very wide. This might just be due to properties not updating fast enough when resizing, but clamping the value to zero or greater solves the problem.