In blocsapp - bootstrap 5, I want it to appear anywhere in the page. However, either the scroll effect does not work, or it always starts from the top and even the navigation bar comes out after the scroll effect.
What should I do to show the scrool effect somewhere on the page I want?
It seems you're including a resource in two different ways: once using a relative path and again using a CDN link, which you've commented out with "--". It's important to use only one method to avoid conflicts and ensure the resource loads correctly. Double-check the accuracy of the relative path to ensure it's correct, and if you choose to use the CDN, make sure it's enabled and not commented out.