Skip to content

Commit b8f19ee

Browse files
committed
(fix) container scroll offset
1 parent 278e559 commit b8f19ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ChatWindow/Room.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ export default {
631631
flex: 1;
632632
overflow-y: scroll;
633633
margin-right: 1px;
634-
padding-top: 60px;
634+
margin-top: 60px;
635635
-webkit-overflow-scrolling: touch;
636636
}
637637
@@ -866,7 +866,7 @@ textarea {
866866
}
867867
868868
.container-scroll {
869-
padding-top: 50px;
869+
margin-top: 50px;
870870
}
871871
872872
.box-footer {

0 commit comments

Comments
 (0)