nextcloud/apps/files
Daniel Calviño Sánchez 39c549fa27 Fix drag shadow not visible when dragging a file on a narrow screen
When a file from the file list is dragged a drag shadow (a copy of the
file row that follows the cursor position) is created. The drag shadow
element is created as a direct child of the body element, so it needs a
higher "z-index" than the one used for the file list to be visible.

In narrow screens the "#app-content" uses a "z-index" of 1000 in order
to be visible over the "#navigation-bar" when they overlap, so the
"z-index" of the drag shadow must be at least 1000 to be visible over
the file list.

Instead of updating the hardcoded "z-index" it was removed and replaced
by CSS rules for ".dragshadow" elements to ease theming.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-12-14 04:05:49 +01:00
..
ajax Update license headers 2017-11-06 16:56:19 +01:00
appinfo Merge pull request #7056 from nextcloud/oc-28415-enable-chunking-in-authenticated-web-upload 2017-11-10 15:35:58 +01:00
composer Files Autoloader 2017-10-24 20:40:12 +02:00
css Fix drag shadow not visible when dragging a file on a narrow screen 2017-12-14 04:05:49 +01:00
img Re-optimize places and files icons 2017-11-15 14:27:16 +01:00
js Fix drag shadow not visible when dragging a file on a narrow screen 2017-12-14 04:05:49 +01:00
l10n [tx-robot] updated from transifex 2017-12-11 01:10:20 +00:00
lib Merge pull request #7056 from nextcloud/oc-28415-enable-chunking-in-authenticated-web-upload 2017-11-10 15:35:58 +01:00
templates Merge pull request #6788 from staabm/master 2017-11-08 18:55:35 +01:00
tests show e2e folder icon on encrypted folders 2017-11-20 21:00:26 +01:00
download.php Update with robin 2016-07-21 18:13:58 +02:00
list.php Remove upload_limit in files app as it is not needed with PUT upload (#26069) 2016-11-02 20:43:35 +01:00
recentlist.php Change @georgehrke's email 2017-11-06 20:38:59 +01:00
simplelist.php Fix apps/ 2016-07-21 18:13:57 +02:00