Duplicate RTL: invalid absolute position of oauth2relay

Arty

Well-known member
When not logged in, something is adding this code at the end of body element:
Code:
<iframe name="oauth2relay1611238368" id="oauth2relay1611238368" src="https://accounts.google.com/o/oauth2/postmessageRelay?parent=http%3A%2F%2Fxenforo.com#rpctoken=360654219&amp;forcesecure=1" style="width: 1px; height: 1px; position: absolute; left: -100px;"></iframe>
I'm not sure what is adding it. It can be seen on this forum when visiting it as guest.

Problem is, it is absolutely positioned with left:-100px; that works fine with LTR languages. But when forum's language is RTL it still aligned with left:-100px; instead of right:-100px; and causes 100px wide empty space on left side of forum.

Example:
Screen Shot 2013-08-16 at 15.51.31 .webp
 
Top Bottom