[fix] chat screen overflow

This commit is contained in:
kwaroran
2023-05-25 21:04:22 +09:00
parent 1dff7b8149
commit 1bcf299201
5 changed files with 16 additions and 10 deletions

View File

@@ -21,7 +21,7 @@
</script>
<main class="flex bg-bg w-full h-full">
<main class="flex bg-bg w-full h-full max-w-100vw">
{#if !$loadedStore}
<div class="w-full h-full flex justify-center items-center text-gray-200 text-xl">
<span>Loading...</span>