fix(HistoriaClinica): Agregar desplazamiento horizontal (overflow-x-auto) a la tabla del modal de importacion para pantallas pequenias

This commit is contained in:
2026-08-12 04:21:36 +00:00
parent ae24747afa
commit f089b7368f
+1 -1
View File
@@ -1695,7 +1695,7 @@ function SeccionLaboratorios({ lab, patientId, internacionId, add, update, del,
</Button> </Button>
{importResultados.length > 0 && ( {importResultados.length > 0 && (
<div className="border rounded-md max-h-48 overflow-y-auto"> <div className="border rounded-md max-h-48 overflow-y-auto overflow-x-auto">
<Table> <Table>
<TableHeader> <TableHeader>
<TableRow> <TableRow>