Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is it possible to unstick this topic info box? When we scroll down, it stays at the top of the page.
You can change the position: sticky css on it and it won't stay pinned to the top
position: sticky
@onur-baran
I believe this CSS change should work:
.topic .topic-header { position: unset; }