From c0648efe3aeef94698983dd092f262eef0509504 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 12 Oct 2018 19:30:47 +0200 Subject: [PATCH] Remove negative z-index on thumbnail-wrapper, caused thumbnails to not show Signed-off-by: Jan-Christoph Borchardt --- apps/files/css/files.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index c6a0e43fa97..2480b1025c2 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -789,7 +789,6 @@ table.dragshadow td.size { padding: $grid-pad; // same as action icon bottom and right padding top: 0; left: 0; - z-index: -1; // make sure the default click is the link .thumbnail { width: calc(100% - 2 * #{$grid-pad});