mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #2226 from SchrodingersGat/navbar-fix
Fix navbar spacing when "sticky-header" is enabled
This commit is contained in:
commit
d5fb699016
@ -141,6 +141,10 @@
|
|||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-spacer {
|
||||||
|
height: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
#navbar-barcode-li {
|
#navbar-barcode-li {
|
||||||
border-left: none;
|
border-left: none;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
|
@ -111,3 +111,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
{% if sticky %}
|
||||||
|
<div class='navbar-spacer'></div>
|
||||||
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user