Okay this is the fix, please don't judge me for how long this took for me too look at, I think I really should just set a fixed height for the parent container.
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m43s

This commit is contained in:
2026-03-13 16:39:12 +00:00
parent b63cc911a7
commit 8cdab593ae

View File

@@ -80,7 +80,7 @@ onUnmounted(() => {
</script> </script>
<template> <template>
<div> <div class="flex-col flex">
<Header>Chat</Header> <Header>Chat</Header>
<div ref="messagesContainer" class="flex flex-col overflow-y-auto p-2"> <div ref="messagesContainer" class="flex flex-col overflow-y-auto p-2">
<p v-for="message in messages" :key="message.id"> <p v-for="message in messages" :key="message.id">