Skip to content
Commit 696dad8c authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Fix "New" menu shown behind the multiselect header in the file list



The "New" menu is a descendant of the controls bar, and the controls bar
and the multiselect header belong to the same stacking context. As they
had the same z-index but the multiselect header appears after the
controls bar in the DOM the controls bar and its descendants, including
the "New" menu, were rendered behind the multiselect header. Now the
controls bar has a z-index value higher than the one used for the
multiselect header to ensure that the "New" menu is rendered in front of
the multiselect header.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent 75f3b605
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment