fix style bug

This commit is contained in:
einhornimmond 2025-03-16 17:39:42 +01:00
parent db62061e35
commit 689f7dfcfc

View File

@ -156,10 +156,10 @@ onMounted(async () => {
flex-direction: column;
}
.messages-scroll-container {
flex: 1;
overflow-y: auto;
}
.messages {
flex: 1;
padding: 10px;
background-color: #f9f9f9;
}