mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-07-28 08:56:20 +00:00
Merge pull request #583 from LaansDole/fix/toggle-chat-fullscreen-scrollable
Fix/toggle chat fullscreen scrollable
This commit is contained in:
commit
51ca75cc7c
@ -2363,6 +2363,7 @@ watch(
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
z-index: auto;
|
z-index: auto;
|
||||||
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-panel-fullscreen .chat-panel-content {
|
.chat-panel-fullscreen .chat-panel-content {
|
||||||
@ -2381,6 +2382,7 @@ watch(
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
min-height: 0;
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
background: rgba(26, 26, 26, 0.92);
|
background: rgba(26, 26, 26, 0.92);
|
||||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||||
@ -2436,6 +2438,7 @@ watch(
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-messages::-webkit-scrollbar {
|
.chat-messages::-webkit-scrollbar {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user