zz il y a 6 ans
Parent
commit
d45a084e3f
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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) {