隐藏滚动条
This commit is contained in:
		@@ -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;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user