phronCare/phronCare.UIBlazor/Pages/Stock/Shared/StockItemSelectorModal.razor.css
Leandro Hernan Rojas d3c1e20635
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 9m1s
Update UI Selector Scan Item
2025-08-29 19:18:05 -03:00

13 lines
318 B
CSS

.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 */
}