Skip to content

Commit 101fee6

Browse files
author
vikasrohit
authored
Merge pull request #588 from appirio-tech/feature/missing_footer_discussions
Github issue #574, Discussions: no footer on Discussion tab
2 parents 0e488ab + 7ac4a0a commit 101fee6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/projects/detail/Messages.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
@include flexWidth(1);
2525
max-width: 360px;
2626
z-index: 14;/* Don't know the exact reason, but it needs explicit z-index to get behind the topbar*/
27+
transform: translate3d(0px, 0px, 0px);
2728
}
2829
.right-area {
2930
@include flexWidth(2);

0 commit comments

Comments
 (0)