Steps:
Filtered Post goes to the top. But the user observes some scroll on the page but not redirected to the filtered post. (I can share video on slack)
Expected: User should be redirected to the filtered posts
@sheeba1 I'm not seeing the issue here. Can you share a video?
reproduced like in below gif.

@OzkanAbdullahoglu , thanks for reproducing it and adding to Git.(reproduced exactly !). Ididnt know how to add a video
@sheeba1 & @OzkanAbdullahoglu I can confirm this works with Firefox but not Chrome.
I was wondering if it is because the antd layout content is using non-standard ::--webkit-scrollbar pseudoelement? It works fine in Firefox using the main scrollbar so maybe if there's a way to disable it so it behaves similar in other browsers? I couldn't immediately see anything here: https://ant.design/components/layout/
OR if that doesn't work maybe just scroll to top when filters applied? https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollTo
@sheeba1 & @OzkanAbdullahoglu I can confirm this works with Firefox but not Chrome.
I was wondering if it is because the antd layout content is using non-standard ::--webkit-scrollbar pseudoelement? It works fine in Firefox using the main scrollbar so maybe if there's a way to disable it so it behaves similar in other browsers? I couldn't immediately see anything here: https://ant.design/components/layout/
OR if that doesn't work maybe just scroll to top when filters applied? https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollTo
stroll to the top can be a solution but I 'll dig a bit when I find the time, the first solution which you mentioned would be better I think.
Related - but #1372 also affects Firefox.
Most helpful comment
reproduced like in below gif.