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:
parent
8614693e9a
commit
0f299d1077
|
@ -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});
|
||||
|
|
Loading…
Reference in New Issue