Skip to content

Commit

Permalink
include full screen styles in embedded
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Zylbersztejn committed Dec 28, 2018
1 parent c4abbd0 commit 081886e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/Widget/components/Conversation/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
.widget-embedded {
.conversation-container {
@include animation(0, 0s, slide-in); // disable animation
display: flex;
flex-direction: column;
height: 100vh;
max-height: 100%;
@include conversation-container-fs;
overflow: unset;
}

Expand Down

0 comments on commit 081886e

Please sign in to comment.