Skip to content

Commit

Permalink
Refs #139198 - Autocomplete position.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 11, 2021
1 parent 37b3da6 commit 3fceb6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ div#page-document {
margin: 2em auto 1em auto;

div.sui-search-box__autocomplete-container {
position: relative;
top: 0px;
position: absolute;
top: calc(4em + 3px);
}

div.extra-facets {
Expand Down

0 comments on commit 3fceb6e

Please sign in to comment.