Should defo be the fix please god
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m42s

This commit is contained in:
2026-03-13 16:31:47 +00:00
parent 887d23af5b
commit e1fe281586

View File

@@ -80,12 +80,12 @@ onUnmounted(() => {
</script>
<template>
<div class="flex-col flex h-full overflow-hidden">
<div>
<Header>Chat</Header>
<div class="flex-col flex min-h-0 flex-1">
<div class="flex-col flex">
<div
ref="messagesContainer"
class="flex flex-col flex-1 overflow-y-auto p-2"
class="flex flex-col overflow-y-auto p-2"
>
<p v-for="message in messages" :key="message.id">
<span class="text-tertiary">{{ message.authorId }}:</span>