smooth scrolling
This commit is contained in:
parent
fcab1485f5
commit
3a60c63a84
@ -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: built‑in
|
||||
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\_(cross‑platform)"
|
||||
- "Dedicated\_Hardware"
|
||||
- Web
|
||||
- Hardware
|
||||
accessType: purchase
|
||||
license: Proprietär
|
||||
knowledgebase: false
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user