Skip to content

Commit

Permalink
Refs #140518 - Make sure sticky content can be scrolled if larger tha…
Browse files Browse the repository at this point in the history
…n screen height.
  • Loading branch information
GhitaB committed Nov 5, 2021
1 parent 70e0271 commit 07c87df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ div#page-document {
padding-left: 0px;
margin-top: 3em;

div.ui.fixed.top.sticky {
overflow: auto;
max-width: 100vh;
}

button.show-filters {
margin-top: 0.3em;
background: @sf-light-gray !important;
Expand Down Expand Up @@ -385,9 +390,9 @@ div#page-document {
}

div.input-controls {
display: flex;
margin-top: 2px;
margin-left: auto;
display: flex;

div.show-extra-facets {
padding: 14px !important;
Expand Down

0 comments on commit 07c87df

Please sign in to comment.