Bläddra i källkod

[filebrowser] expanding the dragenter area so that we can drop file anywhere

ayush.goyal 4 år sedan
förälder
incheckning
b6d738e0a9
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      apps/filebrowser/src/filebrowser/templates/listdir.mako

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

@@ -49,7 +49,7 @@ ${ fb_components.menubar() }
   %endif
 </style>
 
-<div id="${ path.startswith('s3a://') and 'filebrowser_s3Components' or path.startswith('abfs://') and 'filebrowser_abfsComponents' or 'filebrowserComponents' }" class="container-fluid filebrowser">
+<div id="${ path.startswith('s3a://') and 'filebrowser_s3Components' or path.startswith('abfs://') and 'filebrowser_abfsComponents' or 'filebrowserComponents' }" class="container-fluid filebrowser" style="min-height: 100vh;">
   <div class="card card-small">
     <div class="actionbar">
     <%actionbar:render>