nextcloud/apps/files/css
Daniel Calviño Sánchez 4d194b41f9 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>
2018-01-02 16:12:47 +01:00
..
detailsView.scss Allow to close sidebar for text files 2017-09-15 17:00:14 +02:00
files.scss Fix drag shadow not visible when dragging a file on a narrow screen 2018-01-02 16:12:47 +01:00
merged.scss Merge some CSS files using our SCSS compiler 2017-03-21 16:35:31 +01:00
mobile.scss Fix drag shadow not visible when dragging a file on a narrow screen 2018-01-02 16:12:47 +01:00
upload.scss Merge some CSS files using our SCSS compiler 2017-03-21 16:35:31 +01:00