jahu00 / Rikaikyun

Rikaichan based Phonegap app for reading Japanese text
5 stars 2 forks source link

Remove image flicker #35

Open jahu00 opened 8 years ago

jahu00 commented 8 years ago

When scrolling upwards if there is an image, it will cause a momentary flicker (sometimes it's so fast that it isn't visible). This isn't a big issue and might be a pain to fix, but it might be worth fixing eventually.

jahu00 commented 8 years ago

It should be possible to fix this by using absolute positioning with top and bottom for customScroll instead of margin-top.