📜  相对位置 div 与固定或粘性标题重叠 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:25.797000             🧑  作者: Mango

代码示例1
.nav-bar{
    position:sticky;
    top:0px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom:solid rgb(179, 173, 173) 1px;
    background-color: rgb(255, 255, 255);
    z-index: 1
}