fixed overflow and hidden bugs
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user