diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-12 19:30:47 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-18 13:44:09 +0200 |
commit | c0648efe3aeef94698983dd092f262eef0509504 (patch) | |
tree | db88e71f1ae00f0b44e3f9671a471636e896ffc1 /apps/files/css | |
parent | 1d486673f64686772c14e6127e2adbaf1788b6f9 (diff) | |
download | nextcloud-server-c0648efe3aeef94698983dd092f262eef0509504.tar.gz nextcloud-server-c0648efe3aeef94698983dd092f262eef0509504.zip |
Remove negative z-index on thumbnail-wrapper, caused thumbnails to not show
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index c6a0e43fa97..2480b1025c2 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -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}); |