mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-04-25 11:18:06 +00:00
fix: min height 0 to make fullscreen chat scrollable
This commit is contained in:
parent
7cd1bf5da8
commit
25bdfd9665
@ -2363,6 +2363,7 @@ watch(
|
||||
flex-direction: column;
|
||||
pointer-events: auto;
|
||||
z-index: auto;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.chat-panel-fullscreen .chat-panel-content {
|
||||
@ -2381,6 +2382,7 @@ watch(
|
||||
flex-direction: column;
|
||||
gap: 12px;
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
pointer-events: auto;
|
||||
background: rgba(26, 26, 26, 0.92);
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user