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

@@ -31,7 +31,7 @@ import Consumption from "./Consumption.vue";
<div
class="flex flex-col background-children border-children gap-2"
>
<Chat class="h-306 overflow-y-scroll" />
<Chat class="h-306" />
</div>
<div>
<Miku class="border-tertiary border bg-bg_secondary" />