I can't click 'Reply' button in post's footer if this post has been replied.
For example, in this post, you can't click 'Reply'.
Temporarily, I use Custom CSS to solve this issue
.Post-actions { z-index: 77; }
header { z-index: 777; }
.App-composer { z-index: 7777; }