From 0f299d1077ea1b0fd4b2d7809026cc9e0fe7bec0 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 18 Oct 2018 13:42:01 +0200 Subject: [PATCH] Revert "Remove negative z-index on thumbnail-wrapper, caused thumbnails to not show" This reverts commit fb7fb1cebae5af129c4474a380e0f5e55f79569f. Signed-off-by: Jan-Christoph Borchardt --- apps/files/css/files.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 73fc4b230f1..2b8c9aa2836 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -795,6 +795,7 @@ 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});