CSS scrollIntoView 时设置顶部距离
CSS About 153 words需求
使用xxxElement.scrollIntoView时会直接滑动到父容器的直接底部,需改为留出一定距离。
CSS
使用scroll-margin-top指定scrollIntoView在滑动时会距离顶部一定的margin。
.test {
scroll-margin-top: 50px
}
Views: 9 · Posted: 2026-02-07
———         Thanks for Reading         ———
Give me a Star, Thanks:)
https://github.com/fendoudebb/LiteNote扫描下方二维码关注公众号和小程序↓↓↓
Loading...