style: auto hide scrollbar when no overflow

This commit is contained in:
Ayo Ayco 2025-01-03 23:24:50 +01:00
parent 8bc42704b9
commit bb0908067b

View file

@ -133,7 +133,7 @@ const description =
} }
.table-container { .table-container {
overflow: scroll; overflow-x: auto;
} }
table th, table th,
table td { table td {