summaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-18 13:42:01 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-18 13:44:11 +0200
commit0f299d1077ea1b0fd4b2d7809026cc9e0fe7bec0 (patch)
tree13e481252d45c87fa86a09f8dc06edbe2bad340e /apps/files/css
parent8614693e9a6559542143fc3e5772de16205a008a (diff)
downloadnextcloud-server-0f299d1077ea1b0fd4b2d7809026cc9e0fe7bec0.tar.gz
nextcloud-server-0f299d1077ea1b0fd4b2d7809026cc9e0fe7bec0.zip
Revert "Remove negative z-index on thumbnail-wrapper, caused thumbnails to not show"
This reverts commit fb7fb1cebae5af129c4474a380e0f5e55f79569f. Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/files.scss1
1 files changed, 1 insertions, 0 deletions
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});