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

Fix navbar spacing when "sticky-header" is enabled

This commit is contained in:
Oliver
2021-11-01 12:07:07 +11:00
parent 94a86e52f8
commit f607841601
2 changed files with 8 additions and 0 deletions

View File

@ -141,6 +141,10 @@
float: left;
}
.navbar-spacer {
height: 40px;
}
#navbar-barcode-li {
border-left: none;
border-right: none;