Skip to content

Commit 1f3e917

Browse files
committed
Update the searching js.
1 parent d4ac727 commit 1f3e917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/cakephp/static/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ App.Book.Search = (function () {
7272

7373
element.css({
7474
position: 'absolute',
75-
top: position.top + height + 'px',
75+
top: position.top + height + window.scrollY + 'px',
7676
left: position.left + 'px',
7777
width: width + 'px'
7878
});

0 commit comments

Comments
 (0)