Skip to content

Commit

Permalink
Refs #141134 - Improve responsivity for extra facets and autocomplete.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 27, 2021
1 parent f806417 commit 9a2c527
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -273,14 +273,16 @@ div#page-document {

div.sui-search-box__autocomplete-container {
position: absolute;
top: calc(4em + 3px);
top: calc(3em + 10px);
max-width: 600px;
}

div.extra-facets {
position: absolute;
z-index: 10;
width: calc(100% - 42px);
max-width: 558px;
flex-wrap: wrap;
padding: 10px;
border: 1px solid @sf-medium-gray;
border-top: none;
Expand Down

0 comments on commit 9a2c527

Please sign in to comment.