Fix loading bar being obscured by other elements in web UI (#11598)
This commit is contained in:
		
							parent
							
								
									c6b4b923e6
								
							
						
					
					
						commit
						2b4e2616ea
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -4782,6 +4782,7 @@ a.status-card.compact:hover {
 | 
				
			||||||
  position: absolute;
 | 
					  position: absolute;
 | 
				
			||||||
  top: 0;
 | 
					  top: 0;
 | 
				
			||||||
  left: 0;
 | 
					  left: 0;
 | 
				
			||||||
 | 
					  z-index: 9999;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.media-gallery__gifv__label {
 | 
					.media-gallery__gifv__label {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue