mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-31 03:46:28 +08:00
fix header select position
This commit is contained in:
parent
89c9da8121
commit
927dae6159
@ -148,6 +148,7 @@ export default class Header extends React.Component {
|
|||||||
optionLabelProp="data-label"
|
optionLabelProp="data-label"
|
||||||
filterOption={this.handleSelectFilter}
|
filterOption={this.handleSelectFilter}
|
||||||
onSelect={this.handleSearch}
|
onSelect={this.handleSearch}
|
||||||
|
getPopupContainer={trigger => trigger.parentNode}
|
||||||
>
|
>
|
||||||
{options}
|
{options}
|
||||||
</Select>
|
</Select>
|
||||||
|
Loading…
Reference in New Issue
Block a user