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://jsfiddle.net/mWpLC/
リンクを確認してください。テキストの上にマウスを押して、カーソルを右にドラッグすると、ブラウザのスクロールが表示されます。
Webkit ブラウザでこれを修正するにはどうすればよいですか? テキストはスクロール可能でなければなりません。
このオーバーフローを削除します-y:scroll;
.custom-scroll__scroll-area { height: 100%; overflow-y: scroll; /*Remove This Line*/ position: relative; right: -16px; }