fix round border

This commit is contained in:
einhornimmond 2025-03-18 14:16:31 +01:00
parent 4eef4b142d
commit ac8dbc0dd2

View File

@ -200,6 +200,7 @@ onMounted(async () => {
}
.messages-scroll-container {
border-radius: 8px;
flex: 1;
overflow-y: auto;
}