From 2c902b2f9360064f983c354b699f8db5ee359b0b Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 28 Sep 2015 11:42:53 -0400 Subject: [PATCH] Improve handling of pointer events in footer (closes #2490) --- css/app.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index a8b33767b..746f2d88c 100644 --- a/css/app.css +++ b/css/app.css @@ -2259,6 +2259,7 @@ div.full-screen > button:hover { right:0; bottom:0; border-radius: 0; + pointer-events: none; } #attrib { @@ -2267,7 +2268,6 @@ div.full-screen > button:hover { margin-bottom: 5px; float: left; clear: both; - pointer-events: none; } #attrib * { pointer-events: all; } @@ -2300,6 +2300,7 @@ div.full-screen > button:hover { width: 100%; float: left; clear: both; + pointer-events: all; } #scale-block {