Skip to content

Commit 661a733

Browse files
committed
(UI) fix room container overflow
1 parent 98058e3 commit 661a733

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ChatWindow/Room.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ export default {
546546
position: relative;
547547
height: 100%;
548548
flex: 1;
549+
overflow: hidden;
549550
}
550551
551552
.room-header {

0 commit comments

Comments
 (0)