Skip to content

Commit

Permalink
fix(hitl2): hidden reply box on livechat render (#4627)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebburon committed Mar 11, 2021
1 parent 31f4bc7 commit 73470a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/hitlnext/src/views/full/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@
flex-grow: 1;
.webchatWrapper {
height: 100%;
display: flex;
flex-direction: column;
> div {
height: 100%;
}
Expand Down

0 comments on commit 73470a8

Please sign in to comment.