Skip to content
Advertisement

Scrollbar not scrolling completely down the page while using locomotive scroll

I will try ti keep it as simple as possible! This is my first time using locomotive scroll while I am testing my code out I am not able to scroll all the way below. The scroll bar is visible but but I am not able to scroll or drag it using the mouse. I seriously spend hours to find any solution for this issue here but had no success yet. It will be great if someone can help me out to solve this issue here. Thank you for your time

JavaScript
JavaScript
JavaScript

Advertisement

Answer

I found the solution for this problem it was actually the position property in CSS as you see here I added a class called text

JavaScript

and the style of the class text is something like this

JavaScript

so as soon as I removed position: absolute; from the code my error was resolved. And I removed position: relative; from the class .font as well and then I got the output as I expected. Hope this will help in future.

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement