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

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

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