summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_info.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-01-07 13:07:22 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-01-07 13:07:22 +0500
commitd9f5e0097b28ba5efa105fea3c7da0bfbeb49070 (patch)
treedda72ab9ba06c883d6b0ec4b2eb72302cc58b72b /web/react/components/post_info.jsx
parent5bcb9f1c50ed9c319d2a21f2ecb4816c51d18b40 (diff)
downloadchat-d9f5e0097b28ba5efa105fea3c7da0bfbeb49070.tar.gz
chat-d9f5e0097b28ba5efa105fea3c7da0bfbeb49070.tar.bz2
chat-d9f5e0097b28ba5efa105fea3c7da0bfbeb49070.zip
Multiple UI Improvements
Diffstat (limited to 'web/react/components/post_info.jsx')
-rw-r--r--web/react/components/post_info.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/post_info.jsx b/web/react/components/post_info.jsx
index 21683bb01..26bd6adde 100644
--- a/web/react/components/post_info.jsx
+++ b/web/react/components/post_info.jsx
@@ -223,13 +223,13 @@ export default class PostInfo extends React.Component {
/>
</li>
<li className='col col__reply'>
- {comments}
<div
className='dropdown'
ref='dotMenu'
>
{dropdown}
</div>
+ {comments}
<Overlay
show={this.state.show}
target={() => ReactDOM.findDOMNode(this.refs.dotMenu)}