We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75e889d + 0350a50 commit 51ca75cCopy full SHA for 51ca75c
1 file changed
frontend/src/pages/LaunchView.vue
@@ -2363,6 +2363,7 @@ watch(
2363
flex-direction: column;
2364
pointer-events: auto;
2365
z-index: auto;
2366
+ min-height: 0;
2367
}
2368
2369
.chat-panel-fullscreen .chat-panel-content {
@@ -2381,6 +2382,7 @@ watch(
2381
2382
2383
gap: 12px;
2384
min-width: 0;
2385
2386
2387
background: rgba(26, 26, 26, 0.92);
2388
border: 1px solid rgba(255, 255, 255, 0.1);
@@ -2436,6 +2438,7 @@ watch(
2436
2438
overflow: hidden;
2437
2439
display: flex;
2440
2441
2442
2443
2444
.chat-messages::-webkit-scrollbar {
0 commit comments