レスポンシブのハンバーガーメニューなどで、スマホ時に余白が発生したり、メニューが余白にはみ出てしまっている場合にすぐに対応可能な力技
HTML
<!doctype html> <html> <head> <meta charset="utf-8"> <title>無題ドキュメント</title> </head> <div class="wrapper"> ←追加 <body> (略) </body> </div><!-- /.wrapper --> ←追加 </html>
CSS
.wrapper {
overflow: hidden;
}



![[Solved] Git Pushでエラー | error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400 send-pack: unexpected disconnect while reading sideband packet Writing objects: 100% (9/9), 2.30 MiB | 4.19 MiB/s, done. Total 9 (delta 5), reused 0 (delta 0), pack-reused 0 fatal: the remote end hung up unexpectedly](https://www.yuulinux.tokyo/contents/wp-content/uploads/2024/06/GitHub-Logo-1-e1718593223403-150x150.png)



