2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 04:26:44 +00:00

Make part menu 'sticky'

This commit is contained in:
Oliver Walters 2021-02-23 21:58:28 +11:00
parent 2e87499fa5
commit edb803bf67

View File

@ -692,7 +692,6 @@ input[type="submit"] {
transition: 0.1s; /* 0.5 second transition effect to slide in the sidenav */ transition: 0.1s; /* 0.5 second transition effect to slide in the sidenav */
z-index: 100; z-index: 100;
background-color: #fff; /* Black*/ background-color: #fff; /* Black*/
//display: 'none';
} }
.sidenav li { .sidenav li {
@ -716,7 +715,8 @@ input[type="submit"] {
.sidenav-right { .sidenav-right {
width: 0px; width: 0px;
right: 0px; right: 0px;
top: 0px; top: 70px;
position: sticky;
} }
.sidenav-right svg { .sidenav-right svg {