aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/detailsView.css12
1 files changed, 7 insertions, 5 deletions
diff --git a/apps/files/css/detailsView.css b/apps/files/css/detailsView.css
index 5b9b51a16d3..8d412a83667 100644
--- a/apps/files/css/detailsView.css
+++ b/apps/files/css/detailsView.css
@@ -1,21 +1,23 @@
.app-files .detailsView.disappear {
- margin-right: -350px;
+ margin-right: -359px;
}
.app-files .detailsView {
- position: absolute;
+ position: fixed;
width: 350px;
- top: 0;
- right: 0;
+ top: 44px; /* main header's height */
+ right: 9px;
left: auto;
- min-height: 100%;
+ bottom: 0;
background-color: white;
-webkit-transition: margin-right 300ms;
-moz-transition: margin-right 300ms;
-o-transition: margin-right 300ms;
transition: margin-right 300ms;
+ overflow-x: hidden;
+ overflow-y: auto;
}
.app-files .detailsView {