瀏覽代碼

HUE-1698 [fb] Toolbar is fixed too high

Corrected margin
Enrico Berti 12 年之前
父節點
當前提交
5ed6fce
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/filebrowser/src/filebrowser/templates/listdir_components.mako

+ 1 - 1
apps/filebrowser/src/filebrowser/templates/listdir_components.mako

@@ -803,7 +803,7 @@ from django.utils.translation import ugettext as _
       $(window).scroll(function () {
         if ($(window).scrollTop() > 95) {
           $(".actionbar").width($(".actionbar").data("originalWidth"));
-          $(".actionbar").css("position", "fixed").css("top", "40px");
+          $(".actionbar").css("position", "fixed").css("top", "73px");
           $(".actionbarGhost").removeClass("hide");
         }
         else {