[Glitch] Fix loading bar being obscured by other elements in web UI
Port 2b4e2616ea to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									90bdbddbfe
								
							
						
					
					
						commit
						e7fd43c27c
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -1415,6 +1415,7 @@
 | 
				
			||||||
  position: absolute;
 | 
					  position: absolute;
 | 
				
			||||||
  top: 0;
 | 
					  top: 0;
 | 
				
			||||||
  left: 0;
 | 
					  left: 0;
 | 
				
			||||||
 | 
					  z-index: 9999;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.icon-badge-wrapper {
 | 
					.icon-badge-wrapper {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue