Skip to content

Commit 1ce8994

Browse files
authored
Merge pull request #89 from pheel/fix/sender-overflow
Fix sender component overflow
2 parents 9e2c56d + b2ee6fd commit 1ce8994

File tree

1 file changed

+2
-2
lines changed
  • src/components/Widget/components/Conversation/components/Messages

1 file changed

+2
-2
lines changed

src/components/Widget/components/Conversation/components/Messages/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
.widget-embedded {
1313
.messages-container {
14-
height: 100vh;
14+
height: 100%;
1515
max-height: 100%;
1616
}
1717
}
@@ -27,4 +27,4 @@
2727
.messages-container {
2828
@include messages-container-fs;
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)