Skip to content

Commit 7109078

Browse files
committed
(fix) room header absolute position
1 parent 7f4e9b2 commit 7109078

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
@@ -584,6 +584,7 @@ export default {
584584
}
585585
586586
.room-header {
587+
position: absolute;
587588
display: flex;
588589
align-items: center;
589590
height: 64px;

0 commit comments

Comments
 (0)