📜  css sticky navigatiojn - CSS 代码示例
📅  最后修改于: 2022-03-11 14:47:48.440000             🧑  作者: Mango
代码示例1
nav {
position:sticky;
top:0;
}
/*Top can be replaced with bottom, left, or right
depending on what you want :) */