mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	Fix z-index for sticky header (#10265)
This commit is contained in:
		| @@ -134,6 +134,7 @@ export function Header() { | ||||
|     if (sticky) { | ||||
|       return { | ||||
|         position: 'sticky', | ||||
|         zIndex: 10, | ||||
|         top: 0 | ||||
|       }; | ||||
|     } else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user