From 9db35ba81169204b96ac38ebe46920e1a8e3216f Mon Sep 17 00:00:00 2001 From: calzoneman Date: Mon, 24 Nov 2014 19:08:51 -0600 Subject: [PATCH] Fix PM bar clickthrough --- www/css/cytube.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/css/cytube.css b/www/css/cytube.css index 89b99cfd..b1a63a4e 100644 --- a/www/css/cytube.css +++ b/www/css/cytube.css @@ -511,6 +511,7 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry { bottom: 0; z-index: 10000; min-width: 100%; + pointer-events: none; } body.chatOnly .pm-panel, body.chatOnly .pm-panel-placeholder { @@ -524,6 +525,7 @@ body.chatOnly .pm-panel, body.chatOnly .pm-panel-placeholder { margin-bottom: 20px; float: left; width: 250px; + pointer-events: auto; } .pm-panel {