2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-11 07:24:15 +00:00

Fixes navbar menu positioning for smaller screens

This commit is contained in:
Oliver
2021-11-08 13:38:03 +11:00
parent 9c2193a4cc
commit 35cfa387d1
2 changed files with 5 additions and 1 deletions

View File

@ -130,6 +130,10 @@
box-shadow: 0px 5px 5px rgb(0 0 0 / 5%);
}
.inventree-navbar-menu {
position: absolute !important;
}
.navbar-brand {
float: left;
}