Fix image overlap with “Mark as read” and typing indicator (#2457)
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Sun, 24 Aug 2025 12:33:20 +0000 (18:03 +0530)
committerGitHub <noreply@github.com>
Sun, 24 Aug 2025 12:33:20 +0000 (22:33 +1000)
src/app/components/message/content/style.css.ts

index 93f3649c03d62a8e7ea3c7b3e8ae6b2e97695415..bb5d8484f4830704e34a6aa49f9bb90421ededa7 100644 (file)
@@ -16,7 +16,6 @@ export const AbsoluteContainer = style([
     position: 'absolute',
     top: 0,
     left: 0,
-    zIndex: 1,
     width: '100%',
     height: '100%',
   },
@@ -26,6 +25,7 @@ export const AbsoluteFooter = style([
   DefaultReset,
   {
     position: 'absolute',
+    pointerEvents: 'none',
     bottom: config.space.S100,
     left: config.space.S100,
     right: config.space.S100,