第225天 使用overflow: scroll时不能平滑滚动怎样解决?
我也要出题
scroll-behavior: smooth;
难道是scroll container的宽高没有写死?
父元素尽量不要脱离文档流
-webkit-overflow-scrolling : touch;
Most helpful comment