Skip to content

Commit 03e04a1

Browse files
committed
Update Picviewer CE+.user.js
1 parent 13a5535 commit 03e04a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Picviewer CE+/Picviewer CE+.user.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23983,10 +23983,10 @@ ImgOps | https://imgops.com/#b#`;
2398323983

2398423984

2398523985
var scrolled=getScrolled(offsetParent);
23986-
targetPosi.top = targetPosi.top - bodyPosi.top + scrolled.y;
23987-
targetPosi.left = targetPosi.left - bodyPosi.left + scrolled.x;
23988-
targetPosi.bottom = bodyPosi.bottom - targetPosi.bottom - scrolled.y;
23989-
targetPosi.right = bodyPosi.right - targetPosi.right - scrolled.x;
23986+
targetPosi.top = targetPosi.top - bodyPosi.top;
23987+
targetPosi.left = targetPosi.left - bodyPosi.left;
23988+
targetPosi.bottom = bodyPosi.bottom - targetPosi.bottom;
23989+
targetPosi.right = bodyPosi.right - targetPosi.right;
2399023990

2399123991
var fbs = this.floatBar.style;
2399223992
var setPosition = {

0 commit comments

Comments
 (0)