Fix small height image half clickable view button (#2397)
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Wed, 23 Jul 2025 15:29:32 +0000 (20:59 +0530)
committerGitHub <noreply@github.com>
Wed, 23 Jul 2025 15:29:32 +0000 (20:59 +0530)
src/app/components/message/content/style.css.ts

index f6cadd3cba2a39c8285ea5902313701e79bd3f72..93f3649c03d62a8e7ea3c7b3e8ae6b2e97695415 100644 (file)
@@ -16,6 +16,7 @@ export const AbsoluteContainer = style([
     position: 'absolute',
     top: 0,
     left: 0,
+    zIndex: 1,
     width: '100%',
     height: '100%',
   },