Open tobimori opened 10 months ago
That was meant to ease anchor scrolling when the alternative text checker is opened. Could be removed or set as an option, though.
FWIW scroll-behavior: smooth
enables native smooth scrolling through CSS, so I wonder what's the use case for a JS smooth scrolling library? I dont know Lenis but will try to check their docs and see if I can workaround this.
I don't use it on my website but I noticed a lot of websites using it are unusable with that.
It's mostly used for websites that feature scroll-driven animations and to smoothen those. (awwwards-esque)
I noticed this extension injects a CSS declaration that sets
scroll-behaviour: smooth;
. This makes all sites using Lenis impossible to use (because it requiresscroll-behaviour: auto
). Why so? I do not expect this addon to alter behaviour on any site by default or make them unusable..