There was an error while loading. Please reload this page.
1 parent d4ac727 commit 1f3e917Copy full SHA for 1f3e917
themes/cakephp/static/app.js
@@ -72,7 +72,7 @@ App.Book.Search = (function () {
72
73
element.css({
74
position: 'absolute',
75
-top: position.top + height + 'px',
+top: position.top + height + window.scrollY + 'px',
76
left: position.left + 'px',
77
width: width + 'px'
78
});
0 commit comments