Skip to content

Commit 01ad830

Browse files
committed
fix
1 parent f980f38 commit 01ad830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/pages/search/SearchPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const SearchPage = ({ apiPrefix }) => {
111111

112112
setTimeout(() => {
113113
window.scrollTo(0, currentScrollY);
114-
}, 100);
114+
}, 500);
115115
};
116116

117117
const applyInputFilters = () => {

0 commit comments

Comments
 (0)