From 93b51db089af0993cd742f85ad88ed84c52f7669 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 30 Dec 2022 22:58:08 +1100 Subject: [PATCH] Change overflow property in order to fix horizontal scrolling (#4117) (#4119) (cherry picked from commit a2643b34bf24daa59a0007110e599a6bc61febda) Co-authored-by: miggland --- 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 {