Fix small height image half clickable view button (#2397)

This commit is contained in:
Ajay Bura 2025-07-23 20:59:32 +05:30 committed by GitHub
parent 9073dee986
commit 7d4b0dd133
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,7 @@ export const AbsoluteContainer = style([
position: 'absolute',
top: 0,
left: 0,
zIndex: 1,
width: '100%',
height: '100%',
},