From a2643b34bf24daa59a0007110e599a6bc61febda Mon Sep 17 00:00:00 2001 From: miggland Date: Fri, 30 Dec 2022 12:13:20 +0100 Subject: [PATCH] Change overflow property in order to fix horizontal scrolling (#4117) --- 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 fc8545f93b..c2fa1b9a75 100644 --- a/InvenTree/InvenTree/static/css/inventree.css +++ b/InvenTree/InvenTree/static/css/inventree.css @@ -18,7 +18,7 @@ } main { - overflow-x: clip; + overflow-x: auto; } .login-screen {