Hacker News new | past | comments | ask | show | jobs | submit login

hi - any ideas how to fix it? wrttn.in is my site and i can make a change to the css or rendering if necessary...



(I am a Chrome developer.)

I glanced at your scroll.css and saw a bunch of rules that attempt to fiddle with the overflow/position attributes. This sort of thing confuses all browsers. Why not just use a normal scrollbar? It's fine to change the way it looks it if you want using the -webkit-scrollbar stuff you've done, but hacking out the normal web page scroll bar confuses everything. There are, for example, optimization opportunities in web rendering engines that only hit when the page is "normal" (which probably explains the poor performance other people are encountering).

(I noticed even on desktop Chrome the scrolling isn't smooth, unlike other pages. Probably for the same reason.)


thanks, this is incredibly helpful, and one of the reasons i hang out here. i'll remove some of that and post up a version later today...


It scrolls very slowly on my orig iPad. Also iOS scroll to top feature seems broken




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: