_tabla-articulos.scss 220 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 .tabla-articulo { max-height: 420px; tr { display: inline-table; table-layout: fixed; } tbody { overflow-y: auto; max-height: 280px; display: block; } }