Archived topic
My scroll back button stopped working
5 replies · Started by Vranjes on December 16, 2022
This started a few days ago and this is on several sites where I use GP theme. When I click, the page scrolls back very slow or it does not move at all. This is on separate posts, not on site home page. Can you help? Thanks.
Hi there,
another plugin is add CSS smooth scroll behaviour to the site which is conflicting with the GP smooth-scroll.
Add this CSS to stop that conflict:
html, body {
scroll-behavior: initial !important;
}
Hi,
Thank you for the reply. Can you identify which plugin this is? I do not have another plugin for this purpose and did not install any new these days.
In any case, I have added the code to Customize and it seems it worked. Thank you again.
I think its coming from a Table of Contents plugin.
Thank you. This makes sense. In the sites with GP theme without Table of Contents plugin, there is no issues. Those with that plugin both had the issue. It is solved, and your help is greatly appreciated.
Glad to be of help