From 44b9b6ca57ba40706d87864ff4c474e80730bef6 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 13 Jan 2022 12:45:35 +0000 Subject: [PATCH] Restore ability to click to lightbox image in bubble layout (#7533) --- res/css/views/rooms/_EventBubbleTile.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/rooms/_EventBubbleTile.scss b/res/css/views/rooms/_EventBubbleTile.scss index f5a975cd67..2dbfb5f481 100644 --- a/res/css/views/rooms/_EventBubbleTile.scss +++ b/res/css/views/rooms/_EventBubbleTile.scss @@ -203,6 +203,7 @@ limitations under the License. bottom: 0; left: 0; right: 0; + pointer-events: none; } }