File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ <h2 id="dragAndDropContentHeading" class="grey-text lighten-1" align="center">Dr
146
146
$ ( botChatDiv ) . prepend ( botColDiv ) ;
147
147
$ ( botChatDiv ) . prepend ( botImage ) ;
148
148
$ ( ".messages" ) . append ( botChatDiv ) ;
149
- $ ( "body" ) . animate ( {
149
+ $ ( "body, html " ) . animate ( {
150
150
scrollTop : $ ( document ) . height ( ) - $ ( window ) . height ( )
151
151
} , {
152
152
complete : function ( ) {
@@ -313,8 +313,8 @@ <h2 id="dragAndDropContentHeading" class="grey-text lighten-1" align="center">Dr
313
313
$ ( botChatDiv ) . prepend ( botColDiv ) ;
314
314
$ ( botChatDiv ) . prepend ( botImage ) ;
315
315
$ ( ".messages" ) . append ( botChatDiv ) ;
316
- $ ( ".messages " ) . animate ( {
317
- scrollTop : $ ( ".messages" ) . scrollHeight
316
+ $ ( "body, html " ) . animate ( {
317
+ scrollTop : $ ( document ) . height ( ) - $ ( window ) . height ( )
318
318
} , 100 ) ;
319
319
320
320
}
You can’t perform that action at this time.
0 commit comments