It appears it is not possible to make scrollbars to be the same as in Android/iPhone - i.e. it is not possible to show scrollbars over the page area without using javascript code to simulate scrollbars with DIVs.
But if we would implement custom scripts to do this, these scripts may conflicts with sites which use the same method of showing scrollbars.
So I just implement tiny good-looking scrollbars, instead of floating scrollbars. It does not solve the problem with the smaller size of the screen, but at least makes them less annoying.
It appears it is not possible to make scrollbars to be the same as in Android/iPhone - i.e. it is not possible to show scrollbars over the page area without using javascript code to simulate scrollbars with DIVs.
But if we would implement custom scripts to do this, these scripts may conflicts with sites which use the same method of showing scrollbars.
So I just implement tiny good-looking scrollbars, instead of floating scrollbars. It does not solve the problem with the smaller size of the screen, but at least makes them less annoying.