Skip to content
Snippets Groups Projects
Unverified Commit 726c7dea authored by Rens Groothuijsen's avatar Rens Groothuijsen Committed by GitHub
Browse files

Display search popout at fixed screen position (#16463)

* Display search popout at fixed screen position

* Attach search popout to search box
parent ff414a54
No related branches found
No related tags found
No related merge requests found
......@@ -140,8 +140,7 @@ class Search extends React.PureComponent {
<Icon id='search' className={hasValue ? '' : 'active'} />
<Icon id='times-circle' className={hasValue ? 'active' : ''} aria-label={intl.formatMessage(messages.placeholder)} />
</div>
<Overlay show={expanded && !hasValue} placement='bottom' target={this}>
<Overlay show={expanded && !hasValue} placement='bottom' target={this} container={this}>
<SearchPopout />
</Overlay>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment