1
0
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-03-31 09:45:52 +00:00

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

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