Disable pointer-events on fullscreen overlay

This commit is contained in:
Chris van Marle
2017-01-04 19:22:59 +01:00
parent 1a1736ca0e
commit 92e0affb85
2 changed files with 6 additions and 0 deletions

View File

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