.tabla-articulo { max-height: 420px; tr { display: inline-table; table-layout: fixed; } tbody { overflow-y: auto; max-height: 280px; display: block; } }