phronCare/phronCare.UIBlazor/Pages/Stock/Shared/StockItemSelectorModal.razor.css

13 lines
318 B
CSS
Raw Normal View History

2025-08-29 19:18:05 -03:00
.stockselector-table-wrap {
height: 30vh; /* 30% de la altura visible del navegador */
overflow-y: auto; /* genera el scrollbar vertical */
}
/* Sticky header */
.stockselector-table thead th {
position: sticky;
top: 0;
z-index: 2;
background: #f8f9fa; /* mismo color que .table-light */
}