Fix PM bar clickthrough

This commit is contained in:
calzoneman 2014-11-24 19:08:51 -06:00
parent 214353acab
commit 9db35ba811
1 changed files with 2 additions and 0 deletions

View File

@ -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 {