Skip to content

Commit

Permalink
[filebrowser] preventing auto down scroll after upload, delete and cr…
Browse files Browse the repository at this point in the history
…eate a file
  • Loading branch information
agl29 committed Oct 12, 2021
1 parent c1e4cc6 commit 37d9043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/filebrowser/src/filebrowser/templates/listdir.mako
Expand Up @@ -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" style="min-height: 100vh;">
<div id="${ path.startswith('s3a://') and 'filebrowser_s3Components' or path.startswith('abfs://') and 'filebrowser_abfsComponents' or 'filebrowserComponents' }" class="container-fluid filebrowser" style="min-height: calc(100vh - 130px);">
<div class="card card-small">
<div class="actionbar">
<%actionbar:render>
Expand Down

0 comments on commit 37d9043

Please sign in to comment.