From 92e0affb85df7f920524ebc0bcd2a82068c31626 Mon Sep 17 00:00:00 2001 From: Chris van Marle Date: Wed, 4 Jan 2017 19:22:59 +0100 Subject: [PATCH] Disable pointer-events on fullscreen overlay --- CHANGELOG.md | 1 + css/main.css | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94fc3495..dc97e5ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. ## [2.1.0] - 2016-12-31 diff --git a/css/main.css b/css/main.css index 5e63e596..f1c07fa0 100644 --- a/css/main.css +++ b/css/main.css @@ -135,6 +135,11 @@ sup { left: -60px; right: -60px; bottom: -60px; + pointer-events: none; +} + +.region.fullscreen * { + pointer-events: auto; } .region.right {