]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webui: Added vertical scroll bar to dvr program info popup
authorpablozg <pablozg@gmail.com>
Sat, 9 Jun 2018 09:48:02 +0000 (11:48 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 3 Sep 2018 14:07:19 +0000 (16:07 +0200)
src/webui/static/app/dvr.js

index 6eeae81e9f0e4eff4fdaa60ac00b1cb06e381275..09db21628aceafb55e6996b63af977f6667bbc21 100644 (file)
@@ -150,6 +150,7 @@ tvheadend.dvrDetails = function(uuid) {
             height: windowHeight,
             constrainHeader: true,
             buttonAlign: 'center',
+            autoScroll: true,
             buttons: buttons,
             html: content
         });