Remove negative z-index on thumbnail-wrapper, caused thumbnails to not show

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/11573/head
Jan-Christoph Borchardt 2018-10-12 19:30:47 +07:00
parent 1d486673f6
commit c0648efe3a
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with 0 additions and 1 deletions

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