Skip to content

Commit 25bdfd9

Browse files
committed
fix: min height 0 to make fullscreen chat scrollable
1 parent 7cd1bf5 commit 25bdfd9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

frontend/src/pages/LaunchView.vue

Lines changed: 2 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);

0 commit comments

Comments
 (0)