Experimentando problemas de desplazamiento táctil al responder en Android

It’s like a race between the location bar and the Google Chrome Translate bar.

I’m testing if changing:

#reply-control { position: fixed; }

to

#reply-control { position: absolute; }

fixes it.

EDIT: won’t work.

2 Me gusta