Fix PM bar clickthrough
This commit is contained in:
parent
214353acab
commit
9db35ba811
|
@ -511,6 +511,7 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.chatOnly .pm-panel, body.chatOnly .pm-panel-placeholder {
|
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;
|
margin-bottom: 20px;
|
||||||
float: left;
|
float: left;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pm-panel {
|
.pm-panel {
|
||||||
|
|
Loading…
Reference in a new issue