- 🇫🇮Finland Aelfendir
You should be able to work around this issue by disabling the "Smooth scrolling" setting.
If you want to retain the smooth scrolling effect, you could apply that with CSS:
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
- Status changed to Fixed
3 months ago 1:20pm 16 August 2024 Automatically closed - issue fixed for 2 weeks with no activity.