darsain / sly

JavaScript library for one-directional scrolling with item based navigation support.
http://darsa.in/sly
2.87k stars 497 forks source link

Item size calculation fix #248

Open serafimsaudade8 opened 8 years ago

serafimsaudade8 commented 8 years ago

This fixes the item calculation issue that hides last element of the scrollable items in certain conditions. Rounding up to the next int fixes this bug and has little to none implications in the visual aspect.

jerone commented 8 years ago

This fixes some issues I was having when zooming out to 90%!