mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-15 13:06:04 +08:00
Fix: Fixed the issue where the height of the chat page shared externally did not fill the window #7460 (#7682)
### What problem does this PR solve? Fix: Fixed the issue where the height of the chat page shared externally did not fill the window #7460 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
parent
c5826d4720
commit
bb1268ef4b
@ -1,5 +1,5 @@
|
|||||||
.chatWrapper {
|
.chatWrapper {
|
||||||
height: 100%;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatContainer {
|
.chatContainer {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user