scroll-margin-top

史弘致
2023-12-01

Fixed Headers and Jump Links? The Solution is scroll-margin-top | CSS-Tricks - CSS-Tricks

scroll-margin-top

导航栏fixed,跳转链接时navbar会遮挡部分内容,可以使用scroll-margin-top

/* 跳转到questions时,maprgin-top设置为56px */
#questions,#instructors {
    scroll-margin-top: 56px;
}

 类似资料: