Skip to content

Commit

Permalink
Merge pull request #16783 from vingtetun/bug978546
Browse files Browse the repository at this point in the history
Bug 978546 - Do not dispatch touch events to the current app while dragg...
  • Loading branch information
vingtetun committed Mar 3, 2014
2 parents 1254898 + f74b67c commit 06a8c1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/system/style/window.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
bottom: 5rem;
}

#screen.utility-tray #windows > .appWindow {
pointer-events: none;
}

#windows > .appWindow:not(.homescreen) {
background-color: black;
}
Expand Down

0 comments on commit 06a8c1d

Please sign in to comment.