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

Commit

Permalink
Bug 1148003 - Moving system dialogs under lockscreen r=mhenretty
Browse files Browse the repository at this point in the history
  • Loading branch information
albertopq authored and rvandermeulen committed Mar 31, 2015
1 parent 5dc9490 commit 4609251
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/system/style/zindex.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@
z-index: 2046;
}

/* Keep system dialogs under lockscreen when locked */
#screen.locked > [data-z-index-level="system-dialog"] {
z-index: 2045;
}

/* Keep keyboard and edges zones under lockscreen when locked */
#screen.locked > [data-z-index-level="keyboards"] {
Expand Down

0 comments on commit 4609251

Please sign in to comment.