updated to scrol betwen the rows in the card

This commit is contained in:
2025-10-09 00:41:32 +03:00
parent c99ff70da7
commit b8e85180c7
2 changed files with 31 additions and 23 deletions

View File

@@ -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 */