From a535f8df4248960863c569f42a8c9698c0d7c22b Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 6 Jun 2021 16:40:51 +0200 Subject: [PATCH] hide scrollbar if not needed --- InvenTree/InvenTree/static/css/inventree.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/InvenTree/static/css/inventree.css b/InvenTree/InvenTree/static/css/inventree.css index 0aab04f941..02591c8ed8 100644 --- a/InvenTree/InvenTree/static/css/inventree.css +++ b/InvenTree/InvenTree/static/css/inventree.css @@ -718,7 +718,7 @@ position:relative; height: auto !important; max-height: calc(100vh - 200px) !important; - overflow-y: scroll; + overflow-y: auto; padding: 10px; }