Pages scrolling
Hello
Not on all clients resp. Browser, the page scrolling works fine. I can't scroll at all on my notebook, I have to switch pages on the right using the navigation (dots). I had found here that this can be improved with the following CSS, but this does not help at all.
/ * Better scrolling * /
@media screen and (max-width: 812px) {
#fullpage .section,
# feature-slider-section .hentry {
background-attachment: scroll;
}
}
/ * Remove border when scrolling * /
#fullpage {
margin-top: 0px! important;
}
I don't really want to scroll with a scrollbar, that is, I don't want to switch off the type of scrolling.
I hope there is a solution.
Many thanks for the help
Best regards
Heinz