Create container to horizontally scroll tables.

This commit is contained in:
Robert Marshall 2021-05-09 07:19:37 +01:00
parent 7e516a56b3
commit c6c1fd3222
3 changed files with 29 additions and 22 deletions

View file

@ -227,6 +227,10 @@ form {
}
}
.table-scroll-container{
overflow-y: auto;
}
table.actions {
border-collapse: collapse;
width:100%;