Skip to content

Commit 081886e

Browse files
author
Nathan Zylbersztejn
committed
include full screen styles in embedded
1 parent c4abbd0 commit 081886e

File tree

1 file changed

+1
-4
lines changed
  • src/components/Widget/components/Conversation

1 file changed

+1
-4
lines changed

src/components/Widget/components/Conversation/style.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717
.widget-embedded {
1818
.conversation-container {
1919
@include animation(0, 0s, slide-in); // disable animation
20-
display: flex;
21-
flex-direction: column;
22-
height: 100vh;
23-
max-height: 100%;
20+
@include conversation-container-fs;
2421
overflow: unset;
2522
}
2623

0 commit comments

Comments
 (0)