Justoverclock try to add this:
@media (min-width: 992px) {
.DiscussionPage-nav, .DiscussionPage-nav>ul {
position: sticky;
top: 80px;
}
.App {overflow-x: visible;}
}
And edit this line in your footer to:
.contact-area {
border-bottom: 1px solid #353C46;
position: relative;
z-index : 1;
}