Fe-interview: [css] 第225天 使用overflow: scroll时不能平滑滚动怎样解决?

Created on 26 Nov 2019  ·  4Comments  ·  Source: haizlin/fe-interview

第225天 使用overflow: scroll时不能平滑滚动怎样解决?

我也要出题

css

Most helpful comment

scroll-behavior: smooth;

All 4 comments

难道是scroll container的宽高没有写死?

父元素尽量不要脱离文档流

-webkit-overflow-scrolling : touch;

scroll-behavior: smooth;
Was this page helpful?
0 / 5 - 0 ratings