Skip to content

Commit 7e91c1b

Browse files
committed
(UI) add rooms list scroll overflow
1 parent 36e7346 commit 7e91c1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ChatWindow/RoomsList.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ export default {
122122
position: relative;
123123
background: var(--chat-sidemenu-bg-color);
124124
height: 100%;
125+
overflow-y: auto;
125126
}
126127
127128
.rooms-container-full {

0 commit comments

Comments
 (0)