Browse Source

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)
tags/v0.19.0
balibabu 5 months ago
parent
commit
bb1268ef4b
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/src/pages/chat/share/index.less

+ 1
- 1
web/src/pages/chat/share/index.less View File

.chatWrapper { .chatWrapper {
height: 100%;
height: 100vh;
} }


.chatContainer { .chatContainer {

Loading…
Cancel
Save