From 3f1602ddf204fc3c34b91040880d579c116fded0 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Sun, 25 Mar 2018 11:38:22 +0200 Subject: [PATCH] Set z-index for .converse-chatboxes --- css/converse.css | 1 + css/inverse.css | 1 + sass/_core.scss | 1 + 3 files changed, 3 insertions(+) diff --git a/css/converse.css b/css/converse.css index d8080815f..47dc24e33 100644 --- a/css/converse.css +++ b/css/converse.css @@ -6783,6 +6783,7 @@ body.reset { display: block; z-index: 1031; } #conversejs .converse-chatboxes { + z-index: 1031; position: fixed; bottom: 0; height: auto; diff --git a/css/inverse.css b/css/inverse.css index 6cba20021..0954e95a9 100644 --- a/css/inverse.css +++ b/css/inverse.css @@ -6783,6 +6783,7 @@ body.reset { display: block; z-index: 1031; } #conversejs .converse-chatboxes { + z-index: 1031; position: fixed; bottom: 0; height: auto; diff --git a/sass/_core.scss b/sass/_core.scss index cade337d5..fef65858d 100644 --- a/sass/_core.scss +++ b/sass/_core.scss @@ -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;