mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	Fix navbar spacing when "sticky-header" is enabled
This commit is contained in:
		@@ -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 %}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user