mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-10-04 17:04:53 +02:00
conteneur de tableau long
This commit is contained in:
parent
f50f2f87f5
commit
2ea7f7711f
3 changed files with 148 additions and 106 deletions
|
@ -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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue