瀏覽代碼

HUE-5490 [responsive] The Filebrowser list page shouldn't have a global bottom bar

Enrico Berti 9 年之前
父節點
當前提交
7271ff136b
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      apps/filebrowser/src/filebrowser/templates/listdir.mako

+ 6 - 0
apps/filebrowser/src/filebrowser/templates/listdir.mako

@@ -35,6 +35,12 @@ ${ fb_components.menubar() }
   .tooltip.left {
     margin-left: -10px;
   }
+
+  %if is_embeddable:
+  #filebrowser .pagination {
+    position: inherit;
+  }
+  %endif
 </style>
 
 <div id="filebrowser" class="container-fluid">