-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
body background keeps showing on scroll #145
Comments
Thanks for reporting @MohammedAlasaad 🙂 Unfortunately, I am not able to reproduce it. Do you have a demo where we can see the problem? Could you share your browser and its version to see if that could be the cause please? |
Hi @SantosGuillamot , |
Thanks a lot for the video! Does it happen only the first time you scroll down? I mean, if after doing the first scroll, you get back to the top and repeat the process, does it happen? I feel it could be due to the lazy loading we are adding to some elements of the web like the iframe or the tweets, and you get that effect while they are being loaded. |
Hi @SantosGuillamot no problem :) .. not only on first scroll.. happen as well when I go up and scroll down again. Its not really smooth as normal site..
|
Hi,
I noticed when we scroll down the background body #f6f6f9 keeps showing for a bit the it disappear.. not sure is there any css to fix that!.
to test that set the body background to darker color for ex. #26264a and try scroll down maybe faster scroll will still show the body background.
The text was updated successfully, but these errors were encountered: