Skip to content

Commit 51ca75c

Browse files
authored
Merge pull request #583 from LaansDole/fix/toggle-chat-fullscreen-scrollable
Fix/toggle chat fullscreen scrollable
2 parents 75e889d + 0350a50 commit 51ca75c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

frontend/src/pages/LaunchView.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2363,6 +2363,7 @@ watch(
23632363
flex-direction: column;
23642364
pointer-events: auto;
23652365
z-index: auto;
2366+
min-height: 0;
23662367
}
23672368
23682369
.chat-panel-fullscreen .chat-panel-content {
@@ -2381,6 +2382,7 @@ watch(
23812382
flex-direction: column;
23822383
gap: 12px;
23832384
min-width: 0;
2385+
min-height: 0;
23842386
pointer-events: auto;
23852387
background: rgba(26, 26, 26, 0.92);
23862388
border: 1px solid rgba(255, 255, 255, 0.1);
@@ -2436,6 +2438,7 @@ watch(
24362438
overflow: hidden;
24372439
display: flex;
24382440
flex-direction: column;
2441+
min-height: 0;
24392442
}
24402443
24412444
.chat-messages::-webkit-scrollbar {

0 commit comments

Comments
 (0)