panhui před 7 roky
rodič
revize
fe85bc3ab9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/main/webapp/home.html

+ 1 - 1
src/main/webapp/home.html

@@ -110,7 +110,7 @@
 
     function goPage(str) {
         console.log(document.getElementById(str).offsetTop)
-        var anh = document.getElementById(str).offsetTop - 130;
+        var anh = document.getElementById(str).offsetTop - 120;
         $("#container").stop().animate({
             scrollTop: anh
         }, 800);