Skip to content

Commit e15f669

Browse files
committed
feat: make chat window taller
1 parent 5a894b5 commit e15f669

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/styles/index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
.rcb-chat-window {
1717
width: 550px !important;
1818
max-width: calc(100%);
19-
max-height: 600px;
19+
height: 800px !important;
20+
max-height: 80vh !important;
2021
}
2122

2223
.rcb-chat-window .rcb-bot-avatar {

0 commit comments

Comments
 (0)