Added style for table

This commit is contained in:
Srinath 2026-02-11 15:53:19 +05:30
parent e057f8a78a
commit c816319c35
1 changed files with 7 additions and 0 deletions

View File

@ -97,3 +97,10 @@
} }
} }
} }
.ProductMappingTable {
margin-top: 20px;
height: 300px;
overflow-y: auto;
border-radius: 6px;
}