smooth scrolling

This commit is contained in:
overcuriousity 2025-07-29 22:54:29 +02:00
parent fcab1485f5
commit 3a60c63a84
2 changed files with 11 additions and 6 deletions

View File

@ -2023,7 +2023,7 @@ tools:
- ewfacquire
domain-agnostic-software: null
skillLevel: intermediate
accessType: built-in
accessType: Linux (GNU-Utils)
url: https://www.gnu.org/software/coreutils/dd
projectUrl: ''
license: GPL-3.0
@ -2436,7 +2436,7 @@ tools:
related_software: null
domain-agnostic-software: null
skillLevel: novice
accessType: built-in
accessType: Linux (GNU-Utils)
url: https://docs.microsoft.com/en-us/sysinternals/downloads/strings
projectUrl: ''
license: Proprietary/GPL
@ -4407,8 +4407,8 @@ tools:
- Linux
- macOS
- Windows
accessType: builtin
license: "GPL\_v3"
accessType: Linux (GNU-Utils)
license: GPL v3
knowledgebase: false
- name: hashdeep
type: software
@ -4783,8 +4783,8 @@ tools:
- scenario:remote_access
related_concepts: null
platforms:
- "Web\_(crossplatform)"
- "Dedicated\_Hardware"
- Web
- Hardware
accessType: purchase
license: Proprietär
knowledgebase: false

View File

@ -296,6 +296,11 @@ const phases = data.phases;
break;
}
// Add smooth scrolling to filters section after layout settles
setTimeout(() => {
window.scrollToElementById('filters-section');
}, 150);
if (window.location.search) {
window.history.replaceState({}, '', window.location.pathname);
}