- 🇫🇮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
11 months ago 1:20pm 16 August 2024 - 🇫🇷France flocondetoile Lyon
@mably feel free to close issues if necessary :-)
Automatically closed - issue fixed for 2 weeks with no activity.