Skip to content
Snippets Groups Projects
Commit 279b8b90 authored by Viola Elsenhans's avatar Viola Elsenhans Committed by Robert Lange
Browse files

refs #23955 [finc] fix skip link to filter

parent 05792e07
No related merge requests found
......@@ -89,7 +89,7 @@ $(document).ready(function () {
e.stopPropagation();
e.preventDefault();
let offset = $(this.hash).offset().top;
let banner = $('.banner .container');
let banner = $('.banner');
if (banner !== undefined) {
offset -= banner.height() + 10;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment