We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4abbd0 commit 081886eCopy full SHA for 081886e
src/components/Widget/components/Conversation/style.scss
@@ -17,10 +17,7 @@
17
.widget-embedded {
18
.conversation-container {
19
@include animation(0, 0s, slide-in); // disable animation
20
- display: flex;
21
- flex-direction: column;
22
- height: 100vh;
23
- max-height: 100%;
+ @include conversation-container-fs;
24
overflow: unset;
25
}
26
0 commit comments