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.
この Web サイトのスクロールバーを 、テキストから離れて右に移動できるようにしたいと考えています20px。これは可能ですか?
20px
次のようにパディングを追加することをお勧めします。
変化する:
<div style="width: 450px; height: 500px; overflow: auto;">
に:
<div style=" width: 430px; padding-right:20px; height: 500px; overflow: auto;">