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.
出于某种原因,outline:none 和 content:' ' 的组合导致滚动条在 Opera 中中断(我使用的是版本 12)。
jsfiddle
.ui-widget:active { outline: none; } div:after { content:' '; } .scroll-table { height: 500px; overflow-y: auto; }
有没有办法使用 css 解决这个问题,而不删除现有的样式。