phronCare/phronCare.UIBlazor/Pages/Stock/Expeditions/ExpeditionCreate.razor.css
Leandro Hernan Rojas f1e7e65c4f
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 7m12s
Update Fix2 Expedition And ScanGS!
2025-08-27 09:17:00 -03:00

13 lines
305 B
CSS

.expedition-table-wrap {
max-height: 200px; /* controla la altura visible */
overflow-y: auto; /* genera el scrollbar vertical */
}
/* Sticky header */
.expedition-table thead th {
position: sticky;
top: 0;
z-index: 2;
background: #f8f9fa; /* mismo color que .table-light */
}