Webkit-overflow-scrolling Followup
You may recall when I discovered the goodness of "-webkit-overflow-scrolling" as an option to get natural inertia style scrolling on overflowed block elements I was quite excited. My implementation went great but there is a bug that makes the elements outside of the initial scroll area invisible - effectively making your application feel broken. Fortunately, the workaround fix already exists - any element inside of that scrolling zone needs a position: static attribute and it will appear as you scroll. Hopefully this will be resolved with the next iOS update but, until then, this will do the trick. Thought you might wanna know...
Comments (3)
·
· ∞






























Comments: Webkit-overflow-scrolling Followup