/**
 * public/css/global.html.twig
 * Created by lorenzo on 25/01/2019
 */

table.saas-table-scrollable {
    display: table;
    width: 100%;
}
table.saas-table-scrollable thead, table.saas-table-scrollable tbody {
    float: left;
    width: 100%;
}
table.saas-table-scrollable tbody {
    overflow: auto;
    height: 400px;
}
table.saas-table-scrollable tr {
    width: 100%;
    display: table;
    text-align: left;
}
/**
 * @todo il 33% non è sempre una buona scelta (vedi personalizzazione in templates/Gm/Device/contenitore.html.twig
 */
table.saas-table-scrollable th, table.saas-table-scrollable td {
    width: 33%;
}
