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; }