Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #27215 from KevinGrandon/bug_1113050_action_menu_z…
Browse files Browse the repository at this point in the history
…index

Bug 1113050 - Increase action menu z-index to cover gesture-panel r=alive
  • Loading branch information
KevinGrandon committed Jan 9, 2015
2 parents 0084174 + e95566e commit a057275
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions apps/system/style/zindex.css
Expand Up @@ -156,16 +156,18 @@
z-index: 8192;
}

/* Level 5: Activity menu, context menu, value selector */
#screen > [data-z-index-level="action-menu"] {
z-index: 4096;
}

/* The edges zones get promoted when an action menu is displayed */
#screen.action-menu > [data-z-index-level="gesture-panel"] {
z-index: 4097;
}

/* Level 5: Activity menu, context menu, value selector */
/* The action menu goes over the gesture-panel so that gestures are not
triggered when the action menu is visible. */
#screen > [data-z-index-level="action-menu"] {
z-index: 4098;
}

#screen > [data-z-index-level="gesture-panel"] {
z-index: 4093;
}
Expand Down

0 comments on commit a057275

Please sign in to comment.