Browse Source

Set z-index for .converse-chatboxes

JC Brand 7 năm trước cách đây
mục cha
commit
3f1602ddf2
3 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 1 0
      css/converse.css
  2. 1 0
      css/inverse.css
  3. 1 0
      sass/_core.scss

+ 1 - 0
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;

+ 1 - 0
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;

+ 1 - 0
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;