From: E.Smith <31170571+azlm8t@users.noreply.github.com> Date: Sun, 9 Dec 2018 23:07:06 +0000 (+0000) Subject: ui: Fix background image to not accept clicks (#5405). X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=401821cf141bd0f2c2c1d1c5db19b892c66f4178;p=thirdparty%2Ftvheadend.git ui: Fix background image to not accept clicks (#5405). --- diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index 9fb069052..01d30dba6 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -240,6 +240,8 @@ tvheadend.dvrDetails = function(grid, index) { // can overflow, vs. 'contain' which will leave blank space top+bottom to // ensure image is fully displayed in the window 'background-size': 'cover', + // Image can not be clicked on (so events propagate to buttons). + 'pointer-events': 'none', }); } // Have fanart div