diff --git a/web/react/components/post_list.jsx b/web/react/components/post_list.jsx index 865a22dbd0..280753cd9b 100644 --- a/web/react/components/post_list.jsx +++ b/web/react/components/post_list.jsx @@ -511,9 +511,15 @@ export default class PostList extends React.Component { if (post.user_id !== userId && post.create_at > this.state.lastViewed && !renderedLastViewed) { renderedLastViewed = true; + + // Temporary fix to solve ie10/11 rendering issue + let newSeparatorId = ''; + if (!utils.isBrowserIE()) { + newSeparatorId = 'new_message'; + } postCtls.push(