Closed ghost closed 3 years ago
Hi there. This is not bug. Please turn off or unset scroll-behavior in css. Scroll behavior is browser specific feature. Have a good one
Hello, I do not want to have a misunderstanding because I never reported is as a bug.
I already removed the scroll-behavior from the CSS. I was merely reporting (pointing out) this issue and already gave the solution by removing the scroll-behavior stated earlier.
It has weird behavior when having scroll-behavior: smooth;
in your css and was hoping maybe there is a solution for it but apparently I came to the wrong place.
Have a nice one.
Not a great solution, what if i need it? Can confirm this is bugged.
@pixelmultiplo not bugged, scroll-behavior: smooth
not supported, because, package has built-in
scroll behavior.
Find the link to the demo in the repo description to codesandbox and try it there.
Last note for anyone with questions about the scroll-behavior
CSS property:
(I hope it will be clear to everyone...)
scroll-behavior: smooth
CSS property, so the smooth
behavior had to be written manually. This built-in solution is a future proof solution.scroll-behavior: smooth
CSS property, or disable it on the package-controlled scroll boxes.
I had scroll-behavior: smooth; in my CSS:
With that it breaks and when clicking a link it will go very slowly