Skip to content

Commit

Permalink
overflow fix -- 100% 100% solution
Browse files Browse the repository at this point in the history
  • Loading branch information
pheel authored Jun 5, 2019
1 parent 5705c4c commit b2ee6fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

.widget-embedded {
.messages-container {
height: 100vh;
max-height: calc(100vh - 100px); /* 100px: 2 * (sender height + padding) */
height: 100%;
max-height: 100%;
}
}

Expand Down

0 comments on commit b2ee6fd

Please sign in to comment.