From 53894daae9b056e06bec13b062f44f69896ed1df Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Tue, 16 Aug 2016 12:15:10 -0400 Subject: [PATCH] FIX: Timeline should not be clickable when hidden --- app/assets/stylesheets/desktop/topic-timeline.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/desktop/topic-timeline.scss b/app/assets/stylesheets/desktop/topic-timeline.scss index 187d837c98b..e44841a847e 100644 --- a/app/assets/stylesheets/desktop/topic-timeline.scss +++ b/app/assets/stylesheets/desktop/topic-timeline.scss @@ -5,6 +5,8 @@ .composer-open { .topic-timeline { opacity: 0; + pointer-events: none; + cursor: default; } }