Make only messages scroll
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m54s

This commit is contained in:
2026-03-13 16:25:34 +00:00
parent 36aa7ed907
commit 887d23af5b
2 changed files with 3 additions and 3 deletions

View File

@@ -80,9 +80,9 @@ onUnmounted(() => {
</script>
<template>
<div class="flex-col flex">
<div class="flex-col flex h-full overflow-hidden">
<Header>Chat</Header>
<div class="flex-col flex flex-1">
<div class="flex-col flex min-h-0 flex-1">
<div
ref="messagesContainer"
class="flex flex-col flex-1 overflow-y-auto p-2"