Commit 93d77ec6 authored by Ilan's avatar Ilan Committed by 偏右

πŸ› fix password popover

parent 875798d5
...@@ -201,6 +201,7 @@ class Register extends Component { ...@@ -201,6 +201,7 @@ class Register extends Component {
</FormItem> </FormItem>
<FormItem help={help}> <FormItem help={help}>
<Popover <Popover
getPopupContainer={node => node.parentNode}
content={ content={
<div style={{ padding: '4px 0' }}> <div style={{ padding: '4px 0' }}>
{passwordStatusMap[this.getPasswordStatus()]} {passwordStatusMap[this.getPasswordStatus()]}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment