From 2d4026357f4f2f902879410d74f5468b5e11344e Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 14 Sep 2017 11:30:54 +0200 Subject: [PATCH] Allow to close sidebar for text files * the close button was overlapped by the text preview and you could not close the sidebar then Signed-off-by: Morris Jobke --- apps/files/css/detailsView.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/files/css/detailsView.scss b/apps/files/css/detailsView.scss index cab6a68404..46c177d63d 100644 --- a/apps/files/css/detailsView.scss +++ b/apps/files/css/detailsView.scss @@ -124,4 +124,5 @@ padding: 15px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; opacity: .5; + z-index: 1; }