19,809
edits
No edit summary |
(trying to move window left from edge) |
||
| Line 441: | Line 441: | ||
var winW = (is_gecko) ? window.innerWidth : document.body.offsetWidth; | var winW = (is_gecko) ? window.innerWidth : document.body.offsetWidth; | ||
if ((winW - this.width) < x) { | if ((winW - this.width) < x) { | ||
x = (winW - this.width); | x = (winW - this.width - 60); | ||
} | } | ||