Direct link to a post in a thread leads to Nirvana

After our latest update going directly to a certain post always brings the user to the suggested topics below all the posts, eg. https://1e9.community/t/von-der-rohrpost-zum-hyperloop-die-irre-geschichte-der-roehrenzuege/2468/6

In safe-mode everything works fine, but we don’t know where to start looking for the bug. Can anyone help? Thank you!

Excellent choice of words for your title :laughing:

You have this in your CSS

overflow-x: hidden; // Needed to compensate for the overflow caused by the vertical scrollbar

on the <body> tag in the super-banner-new component. Try removing that and see if that fixes your issue.

This is it. Thanks a lot!