nextcloud/apps
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
..
admin_audit Update license headers 2017-11-06 16:56:19 +01:00
comments [tx-robot] updated from transifex 2017-12-10 01:10:25 +00:00
dav fix dav unit tests 2017-12-12 13:59:52 +01:00
encryption [tx-robot] updated from transifex 2017-11-12 01:10:00 +00:00
federatedfilesharing [tx-robot] updated from transifex 2017-12-11 01:10:20 +00:00
federation Catch the errors related to untrusted self signed certificates for federation 2017-12-11 18:14:01 +01:00
files Fix drag shadow not visible when dragging a file on a narrow screen 2017-12-14 04:05:49 +01:00
files_external Merge pull request #6682 from nextcloud/dav-mimetype-fallback 2017-12-11 15:28:05 +01:00
files_sharing [tx-robot] updated from transifex 2017-12-10 01:10:25 +00:00
files_trashbin [tx-robot] updated from transifex 2017-12-02 01:10:32 +00:00
files_versions [tx-robot] updated from transifex 2017-12-08 01:10:13 +00:00
lookup_server_connector LookupServerConnector Autoloader 2017-10-24 20:40:12 +02:00
oauth2 [tx-robot] updated from transifex 2017-12-07 01:10:37 +00:00
provisioning_api Change @georgehrke's email 2017-11-06 20:38:59 +01:00
sharebymail [tx-robot] updated from transifex 2017-11-20 01:09:40 +00:00
systemtags [tx-robot] updated from transifex 2017-12-11 01:10:20 +00:00
testing Update license headers 2017-11-06 16:56:19 +01:00
theming Merge pull request #7427 from nextcloud/fix-white-color-in-emails 2017-12-11 15:16:28 +01:00
twofactor_backupcodes [tx-robot] updated from transifex 2017-11-12 01:10:00 +00:00
updatenotification Make isUpdateAvailable non-static 2017-11-25 12:01:02 +01:00
user_ldap Merge pull request #7418 from nextcloud/ldap-fix-cache-retrieved-user 2017-12-11 15:39:24 +01:00
workflowengine [tx-robot] updated from transifex 2017-12-10 01:10:25 +00:00