zz 5 years ago
parent
commit
807b5abc07
1 changed files with 5 additions and 2 deletions
  1. 5 2
      resources/views/help/help.blade.php

+ 5 - 2
resources/views/help/help.blade.php

@@ -132,8 +132,11 @@
             search: '',
         },
         mounted() {
-            //document.body.scrollTop = document.body.scrollHeight;
-            window.scroll(0, document.body.scrollHeight)
+            setTimeout(function () {
+                //document.body.scrollTop = document.body.scrollHeight;
+                window.scroll(0, document.body.scrollHeight)
+            },250)
+
         },
         methods: {
             input:function(e) {