Hi dear discourse,
In RTL, when we go to the end of the topic page, topic-progress-wrapper
class makes the page cluttered. Please check this item.
When we comment on the following values, the problem is solved:
@media screen and (min-width: 925px)
.container.posts .topic-navigation {
grid-area: timeline;
align-self: start;
/* position: -webkit-sticky;
position: sticky; */
top: 6em;
margin-right: 1em;
z-index: 100;
}