noeldelgado / gemini-scrollbar

:first_quarter_moon: Custom overlay-scrollbars with native scrolling mechanism for web applications
https://noeldelgado.github.io/gemini-scrollbar/
MIT License
429 stars 63 forks source link

bug(horisontal): Horisontal scrollbar, if click to last anchor #59

Open Kristinita opened 6 years ago

Kristinita commented 6 years ago

1. Summary

If I click to last anchor in web page with gemini scrollbar:

    I get horizontal scrollbar in bottom of page.

In real projects I have same problem.

2. Steps to reproduce

I open https://s.codepen.io/noeldelgado/debug/1a5c2193f5f40164f354f17bab24ecbd page (it your pen) → I click to «Relevance» anchor link.

3. Expected behavior

No scrollbar in bottom of page.

No scrollbar

4. Actual behavior

Horizontal native browser scrollbar in bottom of page.

Horizontal scrollbar

5. Environment

Thanks.

Kristinita commented 6 years ago

@noeldelgado , any ideas?

Thanks.