From 2b1e7b1a49d4d4bd424561b54becfb5c339861a0 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Fri, 3 Jun 2016 11:19:03 -0400 Subject: [PATCH] FIX: Topic progress wasn't clickable sometimes --- app/assets/stylesheets/desktop/topic-timeline.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-timeline.scss b/app/assets/stylesheets/desktop/topic-timeline.scss index ab2afb22325..df33bfbea91 100644 --- a/app/assets/stylesheets/desktop/topic-timeline.scss +++ b/app/assets/stylesheets/desktop/topic-timeline.scss @@ -10,7 +10,7 @@ .timeline-container { box-sizing: border-box; - z-index: 999; + z-index: 499; margin-left: 757px; @media all and (min-width: 1140px) {