From edb803bf6783027fc8aa16c056605dd8a087b4ae Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 23 Feb 2021 21:58:28 +1100 Subject: [PATCH] Make part menu 'sticky' --- InvenTree/InvenTree/static/css/inventree.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InvenTree/InvenTree/static/css/inventree.css b/InvenTree/InvenTree/static/css/inventree.css index 8dd94470d2..b8bf80d02a 100644 --- a/InvenTree/InvenTree/static/css/inventree.css +++ b/InvenTree/InvenTree/static/css/inventree.css @@ -692,7 +692,6 @@ input[type="submit"] { transition: 0.1s; /* 0.5 second transition effect to slide in the sidenav */ z-index: 100; background-color: #fff; /* Black*/ - //display: 'none'; } .sidenav li { @@ -716,7 +715,8 @@ input[type="submit"] { .sidenav-right { width: 0px; right: 0px; - top: 0px; + top: 70px; + position: sticky; } .sidenav-right svg {