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.
このページのスクロールバーを削除するにはどうすればよいですか? http://cs1.ucc.ie/~per1/
以下を使用できます。
body {overflow-x: hidden;}
また
nav {box-sizing: border-box; }
実際にはナビゲーションを 100% に設定し、両側に 10px のパディングを追加してスクロールバーを表示するためです。