Pārlūkot izejas kodu

HUE-1698 [fb] Toolbar is fixed too high

Corrected margin
Enrico Berti 12 gadi atpakaļ
vecāks
revīzija
5ed6fce

+ 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 {