mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 13:41:09 -04:00 
			
		
		
		
	fix responsive cropping issue for ios
This commit is contained in:
		
							
								
								
									
										13
									
								
								resources/sass/crater.scss
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								resources/sass/crater.scss
									
									
									
									
										vendored
									
									
								
							| @ -53,3 +53,16 @@ | ||||
| //---------------------------------- | ||||
|  | ||||
| @import "components/animation.scss"; | ||||
|  | ||||
| body { | ||||
|     min-height: 100vh; | ||||
|     min-height: -webkit-fill-available; | ||||
| } | ||||
|  | ||||
| html { | ||||
|     height: -webkit-fill-available; | ||||
| } | ||||
|  | ||||
| .h-screen-ios { | ||||
|     height: -webkit-fill-available; | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user