jordanjay29
My code is here. This make sticky but content overflow on buttons. How can I solve this problem?
@media (min-width: 992px) {
.DiscussionPage-nav, .DiscussionPage-nav>ul {
width: 190px;
position: sticky;
top: 60px;
}
.App {overflow-x: visible;}
}
.Post::before, .Post::after {content:none;}