aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/css/files.css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r--apps/files/css/files.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 1d6b4ad9e07..d5f3d501d4b 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -105,8 +105,10 @@
/* move Deleted Files to bottom of sidebar */
.nav-trashbin {
- position: absolute !important;
- bottom: 0;
+ position: fixed !important;
+ bottom: 44px;
+ width: inherit !important;
+ background-color: #f5f5f5;
}
#filestable tbody tr { background-color:#fff; height:40px; }