Bläddra i källkod

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

Enrico Berti 9 år sedan
förälder
incheckning
7271ff1
1 ändrade filer med 6 tillägg och 0 borttagningar
  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">