/*
 * Gonedelease navigation scroll release patch
 * Version 4 - 2026-08-08
 *
 * Anchor links must land immediately so a browser animation cannot continue
 * moving the page after the user resumes scrolling with a mouse, trackpad,
 * touchscreen, or keyboard.
 */
html {
  scroll-behavior: auto !important;
}
