Prevent statement line classification panel being cut off when statement line list is short

This commit is contained in:
RunasSudo 2025-03-29 23:08:33 +11:00
parent 08029fa9a8
commit cfe53e9be9
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A

View File

@ -36,7 +36,7 @@
</div>
</div>
<div id="statement-line-list" class="max-h-[100vh] overflow-y-scroll wk-aa relative">
<div id="statement-line-list" class="min-h-[50vh] max-h-[100vh] overflow-y-scroll wk-aa relative">
<table class="min-w-full">
<thead>
<tr class="border-b border-gray-300">