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

Set z-index for .converse-chatboxes

parent 6f67e3c7
......@@ -6783,6 +6783,7 @@ body.reset {
display: block;
z-index: 1031; }
#conversejs .converse-chatboxes {
z-index: 1031;
position: fixed;
bottom: 0;
height: auto;
......
......@@ -6783,6 +6783,7 @@ body.reset {
display: block;
z-index: 1031; }
#conversejs .converse-chatboxes {
z-index: 1031;
position: fixed;
bottom: 0;
height: auto;
......
......@@ -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;
......
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