conteneur de tableau long

This commit is contained in:
Tykayn 2025-06-29 10:22:24 +02:00 committed by tykayn
parent f50f2f87f5
commit 2ea7f7711f
3 changed files with 148 additions and 106 deletions

View file

@ -163,4 +163,11 @@ img {
table tbody {
max-height: 700px;
overflow: auto;
}
#table_container, .table-container, #table-container{
max-height: 700px;
overflow: auto;
display: block;
border: solid 3px rgb(255, 255, 255);
}