switch to height for consistent dialog size

This commit is contained in:
Michael Genson
2026-04-08 15:59:50 +00:00
parent 87d86740e6
commit 4efcd0c113

View File

@@ -15,7 +15,7 @@
density="compact"
color="primary"
class="overflow-y-auto border-e flex-shrink-0"
style="width: 200px; max-height: 60vh"
style="width: 200px; height: 60vh"
>
<v-list-item
v-for="announcement in allAnnouncements.toReversed()"