style: make table overflow:scroll

This commit is contained in:
Ayo Ayco 2025-01-03 23:02:31 +01:00
parent 1c266d3d0c
commit 6e3dcc0098

View file

@ -73,6 +73,7 @@ const description =
<h2>Accounts ({accountObjects.length})</h2>
<div class="table-container">
<table>
<tr>
<th>Avatar</th>
@ -98,6 +99,7 @@ const description =
))
}
</table>
</div>
<h2 id="how">How how how?</h2>
@ -129,6 +131,10 @@ const description =
td span {
font-size: small;
}
.table-container {
overflow: scroll;
}
table th,
table td {
padding: 0.5em;