diff --git a/boards/static/js/image.js b/boards/static/js/image.js --- a/boards/static/js/image.js +++ b/boards/static/js/image.js @@ -147,7 +147,8 @@ PopupImageViewer.prototype.view = functi 'width': img_w, 'height': img_h, 'left': (win_w - img_w) / 2, - 'top': ((win_h - img_h) / 2) + 'top': ((win_h - img_h) / 2), + 'position': 'fixed' // Chrome fix because it adds a 'relative' value to the image somehow }) //scaling preview .mousewheel(function(event, delta) {