diff --git a/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingTable3/BSBillingTable3overall.jsx b/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingTable3/BSBillingTable3overall.jsx
index e3bba43..9b5fe4d 100644
--- a/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingTable3/BSBillingTable3overall.jsx
+++ b/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingTable3/BSBillingTable3overall.jsx
@@ -104,7 +104,10 @@ const BSBillingTable3overall = () => {
? 'BSTable3_overallLayout1 BSTable3_overall-1'
: 'BSTable3_overall'
}
- style={{ height: containerHeight }}
+ // style={{ height: containerHeight }}
+ style={{
+ height: isMobile ? '75vh' : '85vh',
+ }}
>
{/* ✅ Cart/Table */}
{isCartOpen && (!isSmallScreen || tableData) && (
diff --git a/src/Pages/StockMaster/StockForm.jsx b/src/Pages/StockMaster/StockForm.jsx
index cdecef7..4d75b5a 100644
--- a/src/Pages/StockMaster/StockForm.jsx
+++ b/src/Pages/StockMaster/StockForm.jsx
@@ -3891,19 +3891,7 @@ const StockForm = ({ formType }) => {
style={{ width: '250px' }}
>
- {/*