Increase z-index of drag shadow for files

The drag shadow is a sibling of "#content" so its z-index must be higher
than the z-index of the content children (navigation bar, app content
and app sidebar) to appear in front of them.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
Daniel Calviño Sánchez 2018-08-27 18:08:45 +02:00
parent 148e9cacb0
commit 8824af324d
1 changed files with 1 additions and 1 deletions

View File

@ -612,7 +612,7 @@ table tr.summary td {
table.dragshadow {
width:auto;
z-index: 100;
z-index: 2000;
}
table.dragshadow td.filename {
padding-left:60px;