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 #32928 from snowmantw/bug1220550
Browse files Browse the repository at this point in the history
Bug 1220550 - fixed: add the hidden rules
  • Loading branch information
snowmantw committed Nov 2, 2015
2 parents dbc35c4 + d8216b4 commit 209ea46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/system/lockscreen/style/lockscreen.css
Expand Up @@ -17,6 +17,7 @@
width: 100%;
height: 100%;
overflow: hidden;
visibility: visible;
-moz-user-select: none;
}

Expand All @@ -27,6 +28,7 @@

#lockscreen.unlocked {
pointer-events: none;
visibility: hidden;
}

/**
Expand Down

0 comments on commit 209ea46

Please sign in to comment.