fat / coffin

Coffin: The Skeleton Drawer
http://fat.github.com/coffin/
MIT License
163 stars 20 forks source link

No scroll on < 787 px width view #1

Open barneycarroll opened 12 years ago

barneycarroll commented 12 years ago

No mousewheel scroll on Chrome, IE, FF — arrow key scroll only in FF. Tested on github demo page.

matthewrobertson commented 12 years ago

confirmed on Chrome and Chrome Canary on OSX

fat commented 12 years ago

yeah, i think scrolling should be done entirely with translate3d. You shouldn't rely on native scroll– it's too bad

dbaq commented 11 years ago

confirmed on Chrome and Safari. No updates?