美文网首页
vue 页面內锚点跳转导致页面偏移

vue 页面內锚点跳转导致页面偏移

作者: 心旷则神怡 | 来源:发表于2023-06-06 22:21 被阅读0次

    当header的positison设置为固定的时候,使用锚点定位,页面会被header挡住一部分,通过如下设置可以解决问题。scroll-padding-top用来定义滚动位置对于顶部的偏移量

    html {
        scroll-padding-top: 100px;//设置header的高度
    }
    

    相关文章

      网友评论

          本文标题:vue 页面內锚点跳转导致页面偏移

          本文链接:https://www.haomeiwen.com/subject/brxnedtx.html