15 lines
		
	
	
		
			220 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			220 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
table.fixedHeader-floating {
 | 
						|
  background-color: white;
 | 
						|
}
 | 
						|
 | 
						|
table.fixedHeader-locked {
 | 
						|
  position: absolute !important;
 | 
						|
  background-color: white;
 | 
						|
}
 | 
						|
 | 
						|
@media print {
 | 
						|
  table.fixedHeader-floating {
 | 
						|
    display: none;
 | 
						|
  }
 | 
						|
}
 |