From: Ajay Bura <32841439+ajbura@users.noreply.github.com> Date: Sun, 24 Aug 2025 12:33:20 +0000 (+0530) Subject: Fix image overlap with “Mark as read” and typing indicator (#2457) X-Git-Tag: v4.10.0~10 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=c881b5995725246b4bba2b522b21c3b3abba8b7d;p=rainny.git Fix image overlap with “Mark as read” and typing indicator (#2457) --- diff --git a/src/app/components/message/content/style.css.ts b/src/app/components/message/content/style.css.ts index 93f3649..bb5d848 100644 --- a/src/app/components/message/content/style.css.ts +++ b/src/app/components/message/content/style.css.ts @@ -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,