fix min-h-full
Main daploy / deploy (push) Successful in 49s

This commit is contained in:
2024-11-20 19:29:50 +02:00
parent 52339452af
commit d66df2520f
5 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<template>
<div class="flex flex-col min-h-screen">
<div class="flex flex-col min-h-full">
<!-- Основной контент -->
<main class="flex-grow flex flex-col">
<section class="flex flex-col flex-grow max-w-prose w-full mx-auto p-4">
<section class="flex flex-col flex-grow max-w-prose w-full mx-auto">
<ChatComponent userRole="guest" :qr_code_uri="qr_code_uri" :chat="chat">
<template #endOfMessages="{ count }">
<!-- Уведомление, если гость отправил только одно сообщение -->