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.
ウェブサイトを作成しています。ページの幅が広すぎるため、横にスクロールする必要があります。ページには固定幅の要素がないのに、なぜ横にスクロールする必要があるのですか? 次のメタ タグでこの問題を処理できると思いました。
マークアップ:
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />