From 7ac4a0a9f73403754e9cdaf1068bf0cbff5e6f8e Mon Sep 17 00:00:00 2001 From: Vikas Agarwal Date: Thu, 15 Dec 2016 12:21:20 +0530 Subject: [PATCH] Github issue #574, Discussions: no footer on Discussion tab -- Fixed rendering issue of the footer for the discussions tab. Thanks @vic-appirio --- src/projects/detail/Messages.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/projects/detail/Messages.scss b/src/projects/detail/Messages.scss index 532e2fa7a..201dcdfa4 100644 --- a/src/projects/detail/Messages.scss +++ b/src/projects/detail/Messages.scss @@ -24,6 +24,7 @@ @include flexWidth(1); max-width: 360px; z-index: 14;/* Don't know the exact reason, but it needs explicit z-index to get behind the topbar*/ + transform: translate3d(0px, 0px, 0px); } .right-area { @include flexWidth(2);