From 95166dd2980355632baee93244b35e700e9e6f50 Mon Sep 17 00:00:00 2001 From: saravanakumar_kandasami Date: Sat, 16 Sep 2017 13:05:42 +0530 Subject: [PATCH] revenue po model scroll problem --- application/views/editRevenuepurchaseorder.php | 8 ++++++-- application/views/purchaseorder.php | 9 ++++++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/application/views/editRevenuepurchaseorder.php b/application/views/editRevenuepurchaseorder.php index 1abfb88a..ca8a945b 100755 --- a/application/views/editRevenuepurchaseorder.php +++ b/application/views/editRevenuepurchaseorder.php @@ -2052,6 +2052,10 @@ function calculateEditTaxValue() .num { text-align:right; } +::-webkit-scrollbar { + width: 0px; /* remove scrollbar space */ + background: transparent; /* optional: just make scrollbar invisible */ +}
-