Commit 3f1602dd authored by JC Brand's avatar JC Brand

Set z-index for .converse-chatboxes

parent 6f67e3c7
...@@ -6783,6 +6783,7 @@ body.reset { ...@@ -6783,6 +6783,7 @@ body.reset {
display: block; display: block;
z-index: 1031; } z-index: 1031; }
#conversejs .converse-chatboxes { #conversejs .converse-chatboxes {
z-index: 1031;
position: fixed; position: fixed;
bottom: 0; bottom: 0;
height: auto; height: auto;
......
...@@ -6783,6 +6783,7 @@ body.reset { ...@@ -6783,6 +6783,7 @@ body.reset {
display: block; display: block;
z-index: 1031; } z-index: 1031; }
#conversejs .converse-chatboxes { #conversejs .converse-chatboxes {
z-index: 1031;
position: fixed; position: fixed;
bottom: 0; bottom: 0;
height: auto; height: auto;
......
...@@ -50,6 +50,7 @@ body.reset { ...@@ -50,6 +50,7 @@ body.reset {
z-index: 1031; // One more than bootstrap navbar z-index: 1031; // One more than bootstrap navbar
.converse-chatboxes { .converse-chatboxes {
z-index: 1031; // One more than bootstrap navbar
position: fixed; position: fixed;
bottom: 0; bottom: 0;
height: auto; height: auto;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment