ctml Just this
.Post::before, .Post::after {content:none;}
does not work for me if i reduce the size of the windows
but work with
@media (min-width: 992px) {
.DiscussionPage-nav, .DiscussionPage-nav>ul {
width: 190px;
position: sticky;
top: 80px;
}
.App {overflow-x: visible;}
}
but the footer is too large....does not appear like my codepen