]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
ui: Fix background image to not accept clicks (#5405).
authorE.Smith <31170571+azlm8t@users.noreply.github.com>
Sun, 9 Dec 2018 23:07:06 +0000 (23:07 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 10 Dec 2018 20:06:22 +0000 (21:06 +0100)
src/webui/static/app/dvr.js

index 9fb069052da0c01ce85b85e125fbe0f0e3395304..01d30dba6c5cddeb7cc421d8f93a0c67b793f918 100644 (file)
@@ -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