Skip to content

Commit

Permalink
Chatpal: Fix scrolling in results
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimpson committed May 27, 2020
1 parent 84bfd6f commit 15ffb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/search/client/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

.rocket-search-result {
display: flex;
overflow: hidden;
overflow-x: hidden;
flex-direction: column;
flex: 1 1 0;
}
Expand Down

0 comments on commit 15ffb33

Please sign in to comment.