Merge pull request #599 from qistoph/hover

Pass pointer-events on fullscreen overlay to underlaying modules
This commit is contained in:
Michael Teeuw 2017-01-12 19:44:46 +01:00 committed by GitHub
commit fcfe83f0cc
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2.1.1] - Unreleased
- Make mouse events pass through the region fullscreen_above to modules below.
### Changed
- Installer: Use init config.js from config.js.sample.

View File

@ -135,6 +135,11 @@ sup {
left: -60px;
right: -60px;
bottom: -60px;
pointer-events: none;
}
.region.fullscreen * {
pointer-events: auto;
}
.region.right {