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.
我有一个 div overflow:scroll。
overflow:scroll
在 Chrome 中,如果一行文本过长,会出现滚动条。如果该行不太长,则不会出现滚动条。这是期望的行为。
然而,在 Firefox 中,无论 div 内容的长度如何,都会出现滚动条。如果行太短,滚动条根本无法使用。我该如何解决这个问题,以便 div 只有在其内容允许的情况下才能滚动?
尝试添加:
overflow-x: auto;
看看这里: 如果不需要,在 pre 中隐藏滚动条