fixed overflow and hidden bugs

This commit is contained in:
Samuel Andert
2023-07-22 10:28:04 +02:00
parent d021281df3
commit 97fb57c659
2 changed files with 9 additions and 3 deletions

View File

@ -15,7 +15,7 @@
});
</script>
<main class="p-4 flex flex-col-reverse overflow-y-auto h-[calc(100vh-70px)]">
<main class="p-4 overflow-y-auto h-full w-full">
<!-- Your messages, displayed in chronological order -->
{#each latestMessages as message}
<div class="bg-white p-3 rounded-lg shadow-lg mb-2">