fix(client): フッターでセーフエリアを考慮するように
This commit is contained in:
		
							parent
							
								
									7df8cd2b5d
								
							
						
					
					
						commit
						fd3ce321c5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -340,7 +340,7 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
 | 
			
		|||
		z-index: 1000;
 | 
			
		||||
		bottom: 0;
 | 
			
		||||
		left: 0;
 | 
			
		||||
		padding: 16px;
 | 
			
		||||
		padding: 16px 16px calc(env(safe-area-inset-bottom, 0px) + 16px) 16px;
 | 
			
		||||
		display: flex;
 | 
			
		||||
		width: 100%;
 | 
			
		||||
		box-sizing: border-box;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue