Set z-index for .converse-chatboxes

This commit is contained in:
JC Brand 2018-03-25 11:38:22 +02:00
parent 6f67e3c721
commit 3f1602ddf2
3 changed files with 3 additions and 0 deletions

View File

@ -6783,6 +6783,7 @@ body.reset {
display: block;
z-index: 1031; }
#conversejs .converse-chatboxes {
z-index: 1031;
position: fixed;
bottom: 0;
height: auto;

View File

@ -6783,6 +6783,7 @@ body.reset {
display: block;
z-index: 1031; }
#conversejs .converse-chatboxes {
z-index: 1031;
position: fixed;
bottom: 0;
height: auto;

View File

@ -50,6 +50,7 @@ body.reset {
z-index: 1031; // One more than bootstrap navbar
.converse-chatboxes {
z-index: 1031; // One more than bootstrap navbar
position: fixed;
bottom: 0;
height: auto;