updated to scrol betwen the rows in the card
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
/* Make the warehouse locations table scrollable within the card */
|
||||
.warehouse-table-scroll {
|
||||
max-height: 520px; /* fits inside 640px card with header and hint */
|
||||
overflow-y: auto;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* Ensure .main-content is full width for warehouse pages */
|
||||
/* Fix horizontal overflow: use 100% width, not 100vw */
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
<div id="location-selection-hint" style="margin-bottom: 10px; font-size: 11px; color: #666; text-align: center;">
|
||||
Click on a row to select a location for printing
|
||||
</div>
|
||||
<div class="warehouse-table-scroll">
|
||||
<table class="scan-table" id="locations-table">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -62,6 +63,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Container 3: Edit/Delete and Print (1 part width) -->
|
||||
<div class="warehouse-container-3">
|
||||
|
||||
Reference in New Issue
Block a user