-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
I'm using the react-scroll-up package in a Next.js 13 application created with the app router, and it's working quite well. However, I've encountered an issue that I believe needs attention.
When I add a Tailwind CSS class for smooth scrolling in the HTML or include scroll-behaviour:smooth in the global.css within the body, the react-scroll-up package stops working.
Here's what I've tried:
- I've ensured that the package is working correctly without the
scroll-behaviour:smoothproperty. - I've attempted to apply the
scroll-behaviour:smoothproperty only to specific elements, avoiding global application. - I've reviewed the package documentation and found no warnings or guidance related to this issue.
I would appreciate any insights or solutions to this conflict, as it seems to be hindering the smooth integration of the package with Next.js 13 and Tailwind CSS.
nescheytt and BasselBlal
Metadata
Metadata
Assignees
Labels
No labels