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>
This commit is contained in:
Jan-Christoph Borchardt 2018-10-18 13:42:01 +02:00
parent 8614693e9a
commit 0f299d1077
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with 1 additions and 0 deletions

View File

@ -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});