Perfect-scrollbar: Chrome 56 Scroll Anchoring breaks scrolling

Created on 2 Feb 2017  Â·  2Comments  Â·  Source: mdbootstrap/perfect-scrollbar

Scroll anchoring, now turned on by default in Chrome 56, causes massive issues with perfect-scrollbar.

To fix this, add CSS attribute "overflow-anchor: none;" to scrolling container.

Reference: https://github.com/WICG/ScrollAnchoring/blob/master/explainer.md

Most helpful comment

It may be tricky to implement this feature with JS. I may go with adding overflow-anchor: none; by default. Thanks for your report!

All 2 comments

Are there any plans to support this feature?

It may be tricky to implement this feature with JS. I may go with adding overflow-anchor: none; by default. Thanks for your report!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

chavishindler picture chavishindler  Â·  3Comments

kty picture kty  Â·  5Comments

costea93 picture costea93  Â·  6Comments

eddieklc picture eddieklc  Â·  3Comments

hatashiro picture hatashiro  Â·  4Comments