mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			260 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			260 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| /*[fmt]1C20-1C0D-E*/
 | |
| div.panel div.list-view {
 | |
|   position: relative;
 | |
|   overflow-x: hidden;
 | |
| }
 | |
| 
 | |
| div.toolbar {
 | |
|   top: expression(this.offsetParent.scrollTop);;
 | |
| }
 | |
| 
 | |
| div.panel div.list-view div.fixed-header {
 | |
|   top: expression(this.offsetParent.scrollTop + 30);;
 | |
| }
 | |
| 
 |