隐藏滚动条
This commit is contained in:
parent
0756b66792
commit
a37f469f65
@ -101,6 +101,12 @@ export default class Chat {
|
|||||||
document.body.appendChild(this.element)
|
document.body.appendChild(this.element)
|
||||||
document.head.appendChild(createElement({
|
document.head.appendChild(createElement({
|
||||||
innerText: `
|
innerText: `
|
||||||
|
ul.chat-list::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
ul.chat-list {
|
||||||
|
scrollbar-width: none;
|
||||||
|
}
|
||||||
ul.chat-list {
|
ul.chat-list {
|
||||||
max-height: 70vh;
|
max-height: 70vh;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user