Parcourir la 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 il y a 5 mois
Parent
révision
bb1268ef4b
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      web/src/pages/chat/share/index.less

+ 1
- 1
web/src/pages/chat/share/index.less Voir le fichier

@@ -1,5 +1,5 @@
.chatWrapper {
height: 100%;
height: 100vh;
}

.chatContainer {

Chargement…
Annuler
Enregistrer