灯箱滚动到顶部

Lightbox scroll to the top

我正在执行以下代码:JSFiddle

灯箱一切正常。但是,当我打开灯箱时,它会显示内容的中间部分,我必须手动滚动到顶部。我已尝试实施 Javascript 代码

    $('#light').each(function(){
    $(this).click(function(){ 
        $('html,body').animate({ scrollTop: 0 }, 'slow');
        return false; 
    });
});

不过好像不行。有人可以帮忙吗?

谢谢

在你的.white_contentclass更新你的top:0top:115px 这可能会帮助您在不滚动到顶部的情况下放置灯箱

将 href="javascript:void(0)" 替换为 href="#"