Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はモバイルサイトでフッターを設定しましたが、問題は、ページを初めてスクロールしたときに、フッターが一番下の位置に固定された後にスクロールすることです。
編集済み
参考までにスクリーンショットを添付しました。
以下を使用して、フッターを下部に固定します。
position: absolute; bottom: 0; left: 0;
そして、必要に応じて幅を追加します。