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; }
diff --git a/core/css/apps.css b/core/css/apps.css
index c5292a1e6c6..c36c833bfdd 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -32,6 +32,7 @@
 #app-navigation > ul {
 	position: relative;
 	height: 100%;
+	width: inherit;
 	overflow: auto;
 	padding-bottom: 44px;
 	-moz-box-sizing: border-box; box-sizing: border-box;