Skip to content

Commit f3ae502

Browse files
authored
Update style.css
1 parent a8597b6 commit f3ae502

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

css/style.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -508,16 +508,15 @@ body {
508508

509509
/* === CHAT === */
510510
.chat-container {
511-
flex: 1;
512-
display: flex;
513-
flex-direction: column;
514-
height: 100vh;
515-
overflow: hidden;
511+
flex: 1;
512+
display: flex;
513+
flex-direction: column;
514+
/* The height: 100vh; line is now removed */
515+
overflow: hidden;
516516
}
517517

518518

519519

520-
521520
.config-row:last-child {
522521
margin-bottom: 0;
523522
}
@@ -1433,4 +1432,4 @@ body {
14331432

14341433
.file-list-popup .uploaded-file-name {
14351434
max-width: 180px;
1436-
}
1435+
}

0 commit comments

Comments
 (0)