mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-04 06:20:28 +03:00 
			
		
		
		
	Fix small height image half clickable view button (#2397)
This commit is contained in:
		
							parent
							
								
									9073dee986
								
							
						
					
					
						commit
						7d4b0dd133
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -16,6 +16,7 @@ export const AbsoluteContainer = style([
 | 
				
			||||||
    position: 'absolute',
 | 
					    position: 'absolute',
 | 
				
			||||||
    top: 0,
 | 
					    top: 0,
 | 
				
			||||||
    left: 0,
 | 
					    left: 0,
 | 
				
			||||||
 | 
					    zIndex: 1,
 | 
				
			||||||
    width: '100%',
 | 
					    width: '100%',
 | 
				
			||||||
    height: '100%',
 | 
					    height: '100%',
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue