From efec52ebeb24ae9c214d0423d59c1a25dd7d1bc1 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 cab6a68404229..46c177d63d419 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; }