diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-12-15 13:52:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-15 13:52:09 +0100 |
commit | 19ffdecb4f1133ce4899614a9e78fc7640d30260 (patch) | |
tree | 01ea0ff09c9d92fd66051a3b182230e36111d895 /apps/files/css/files.scss | |
parent | cfb3f44459f274eb4e13e6c69425080acfc6c8fe (diff) | |
parent | 39c549fa27a17290dfb9cc2eaa8b17d0db2e1c7e (diff) | |
download | nextcloud-server-19ffdecb4f1133ce4899614a9e78fc7640d30260.tar.gz nextcloud-server-19ffdecb4f1133ce4899614a9e78fc7640d30260.zip |
Merge pull request #7527 from nextcloud/fix-drag-shadow-not-visible-when-dragging-a-file-on-a-narrow-screen
Fix drag shadow not visible when dragging a file on a narrow screen
Diffstat (limited to 'apps/files/css/files.scss')
-rw-r--r-- | apps/files/css/files.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 1be3c9216f0..6135b1ceeca 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -649,6 +649,7 @@ table tr.summary td { table.dragshadow { width:auto; + z-index: 100; } table.dragshadow td.filename { padding-left:60px; |