Got problem with Android native browsers which doesn't recognize top right corner (it's rather like 20px from right corner.) The issue can be fixed by setting static width or by disabling page scaling, but unfortunately those aren't options for me.
CSS so far:
#rightCorner {
top: 0px;
right: 0px;
position: fixed;
border: 1px solid;
}
Also div disappears when zooming in. Have tried Android versions: 2.2 and 2.3.4