Fix overextending flexbox & abandon ship on flex-1 approach, and probably should just use fixed height for parent container
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m22s

This commit is contained in:
2026-03-13 15:47:43 +00:00
parent d5065d19e0
commit 36aa7ed907
2 changed files with 6 additions and 6 deletions

View File

@@ -80,7 +80,7 @@ onUnmounted(() => {
</script>
<template>
<div class="flex-1 flex-col flex">
<div class="flex-col flex">
<Header>Chat</Header>
<div class="flex-col flex flex-1">
<div