mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-30 18:50:53 +00:00
Fix navbar spacing when "sticky-header" is enabled
This commit is contained in:
@ -111,3 +111,7 @@
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
{% if sticky %}
|
||||
<div class='navbar-spacer'></div>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user