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
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m43s
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user