alibaba / ChatUI

The UI design language and React library for Conversational UI
https://chatui.io
MIT License
2.61k stars 277 forks source link

如何删除chatbot里面的scrollbar? #105

Closed angela1031 closed 1 year ago

angela1031 commented 1 year ago

What problem does this feature solve? (这个功能解决了什么问题) chatbot UI里面的滚动条非常影响UI的美观,有没有方法可以删除?

尝试了

::-webkit-scrollbar {
  display: none;
}

但是完全没有变化。

另外用户群的QRcode已经过期了。

akai commented 1 year ago

你可以网上搜下解决方案