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 a8597b6 commit f3ae502Copy full SHA for f3ae502
css/style.css
@@ -508,16 +508,15 @@ body {
508
509
/* === CHAT === */
510
.chat-container {
511
- flex: 1;
512
- display: flex;
513
- flex-direction: column;
514
- height: 100vh;
515
- overflow: hidden;
+ flex: 1;
+ display: flex;
+ flex-direction: column;
+ /* The height: 100vh; line is now removed */
+ overflow: hidden;
516
}
517
518
519
520
-
521
.config-row:last-child {
522
margin-bottom: 0;
523
@@ -1433,4 +1432,4 @@ body {
1433
1432
1434
.file-list-popup .uploaded-file-name {
1435
max-width: 180px;
1436
-}
+}
0 commit comments