Skip to content

Commit

Permalink
Merge pull request #89 from pheel/fix/sender-overflow
Browse files Browse the repository at this point in the history
Fix sender component overflow
  • Loading branch information
MatthieuJnon authored Jun 6, 2019
2 parents 9e2c56d + b2ee6fd commit 1ce8994
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

.widget-embedded {
.messages-container {
height: 100vh;
height: 100%;
max-height: 100%;
}
}
Expand All @@ -27,4 +27,4 @@
.messages-container {
@include messages-container-fs;
}
}
}

0 comments on commit 1ce8994

Please sign in to comment.