phronCare/phronCare.UIBlazor/Pages/Stock/Expeditions/ExpeditionCreate.razor.css

13 lines
312 B
CSS
Raw Normal View History

2025-08-27 09:17:00 -03:00
.expedition-table-wrap {
2025-08-27 10:26:17 -03:00
height: 40vh; /* 30% de la altura visible del navegador */
2025-08-27 09:17:00 -03:00
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 */
}