fix small height image half clickable view button

This commit is contained in:
Ajay Bura 2025-07-18 10:56:48 +05:30
parent acc7d4ff56
commit 703f593cb4

View file

@ -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%',
}, },