From bb1268ef4b517e835fb10d66807f5343824181e8 Mon Sep 17 00:00:00 2001 From: balibabu Date: Fri, 16 May 2025 13:45:44 +0800 Subject: [PATCH] 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) --- web/src/pages/chat/share/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/chat/share/index.less b/web/src/pages/chat/share/index.less index 7ed0c9d99..01e090061 100644 --- a/web/src/pages/chat/share/index.less +++ b/web/src/pages/chat/share/index.less @@ -1,5 +1,5 @@ .chatWrapper { - height: 100%; + height: 100vh; } .chatContainer {