Skip to content

Commit c422c56

Browse files
update
1 parent c58a536 commit c422c56

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/css/styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ body.ready #chat-box-wrapper {
2525
#chat-launcher {
2626
transition: transform 0.4s ease-in-out;
2727
}
28+
#chat-messages {
29+
overflow-y: auto;
30+
max-height: 60vh; /* atau height tetap sesuai desain */
31+
}
32+
2833
/* Scrollbar umum (Chrome, Edge, Safari) */
2934
::-webkit-scrollbar {
3035
width: 8px;

0 commit comments

Comments
 (0)