From 7bcb1cfc428f79114b6a7ef747daa895509d518f Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Fri, 11 Aug 2017 15:49:23 +0530 Subject: [PATCH] more styling --- erpnext/public/css/pos.css | 5 ++++- erpnext/public/less/pos.less | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/erpnext/public/css/pos.css b/erpnext/public/css/pos.css index 81b109838f..399613d497 100644 --- a/erpnext/public/css/pos.css +++ b/erpnext/public/css/pos.css @@ -35,7 +35,10 @@ } .pos-items-wrapper { max-height: 480px; - overflow: auto; + overflow-y: auto; +} +.pos-items { + overflow: hidden; } .pos-item-wrapper { display: flex; diff --git a/erpnext/public/less/pos.less b/erpnext/public/less/pos.less index 1ae0dfd993..9358f0a24c 100644 --- a/erpnext/public/less/pos.less +++ b/erpnext/public/less/pos.less @@ -51,7 +51,11 @@ .pos-items-wrapper { max-height: 480px; - overflow: auto; + overflow-y: auto; +} + +.pos-items { + overflow: hidden; } .pos-item-wrapper {