messages max height

This commit is contained in:
ben 2022-12-20 08:48:42 +00:00
parent 9e03c05bcc
commit 64bf0c406b

View file

@ -929,7 +929,7 @@
</q-card-section> </q-card-section>
</q-card> </q-card>
<!-- CHAT BOX --> <!-- CHAT BOX -->
<q-card> <q-card style="max-height: 800px">
<q-card-section> <q-card-section>
<h6 class="text-subtitle1 q-my-none">Messages</h6> <h6 class="text-subtitle1 q-my-none">Messages</h6>
</q-card-section> </q-card-section>