mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	fix(client): fix zindex issue
This commit is contained in:
		
							parent
							
								
									06837662a9
								
							
						
					
					
						commit
						ea66080197
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -60,7 +60,7 @@ export default defineComponent({
 | 
			
		|||
#wait {
 | 
			
		||||
	display: block;
 | 
			
		||||
	position: fixed;
 | 
			
		||||
	z-index: 10000;
 | 
			
		||||
	z-index: 3000000;
 | 
			
		||||
	top: 15px;
 | 
			
		||||
	right: 15px;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue