tweak: dev center table visible when overflowing

This commit is contained in:
jelveh 2024-11-03 20:13:35 -08:00
parent 666912a8a3
commit 06d5dd763d

View File

@ -224,6 +224,7 @@
</div>
<button class="button button-danger disabled delete-apps-btn" style="float:right;">Delete</button>
<div style="overflow-x: auto; clear: both;">
<table class="table" id="app-list-table">
<thead class="disable-user-select">
<tr>
@ -239,6 +240,7 @@
</tbody>
</table>
</div>
</section>
</div>