add min height

This commit is contained in:
liamcottle
2024-12-24 18:27:17 +13:00
parent 6954a5f8a5
commit 6a566e81db

View File

@@ -47,7 +47,7 @@
</div>
<!-- results -->
<div class="flex flex-col h-full bg-white dark:bg-zinc-800 rounded shadow overflow-hidden">
<div class="flex flex-col h-full bg-white dark:bg-zinc-800 rounded shadow overflow-hidden min-h-52">
<div class="flex border-b border-gray-300 dark:border-zinc-700 text-gray-700 dark:text-gray-200 p-2 font-semibold">Results</div>
<div id="results" class="flex flex-col h-full bg-black text-white p-2 overflow-y-scroll font-mono">
<div v-for="pingResult of pingResults">{{ pingResult }}</div>