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.
我用的是Quill,里面用了一个滚动条插件,但是原来Quill的滚动条还在。这对 没有影响overflow: hidden。我该如何隐藏它?
overflow: hidden
两个重叠的滚动条
在没有实际看到代码的情况下很难解决这个问题,但这对我有用。
.ql-container, .ql-editor{ height: auto; }
就是这样,现在羽毛笔滚动条应该消失并且在没有附加辅助滚动条的情况下,.ql-container 应该自动增长以适应内容。