📜  css bottom:0 不是页面底部 - CSS 代码示例

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

代码示例1
/* You need to add position: relative; to the parent container, which in this case is .wrapper. */

.wrapper { position:relative; } .bottom { position:absolute; }