I would do it with position sticky, min required styles are .menu { position: relative; } .sticky { position: sticky; bottom: 0; ...
確定! 回上一頁