fix scramble tab bar on q-chat

This commit is contained in:
AlphaX-Projects 2023-06-12 19:02:46 +02:00
parent bf55cb5faf
commit 7934c88782

View File

@ -47,7 +47,7 @@ export const chatStyles = css`
.chat-list {
overflow-y: auto;
overflow-x: hidden;
height: 100%;
height: 96%;
box-sizing: border-box;
}