Gitter website haha!
not sure how or why but the site I created when scrolling it rubs, for example, when you scroll it jumps a bit.
any solution helps thanks!
not sure how or why but the site I created when scrolling it rubs, for example, when you scroll it jumps a bit.
any solution helps thanks!
What's the URL?
Is the alleged jitter caused by the browser's vertical scrollbar displaying on long pages but not on short pages?
That's normal and expected.
If it really bothers you, add some CSS code to force the vertical scrollbar to display on all pages.
html {
overflow-y: scroll;
}
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.