Let the width of the #conversejs element change with the amount of chat boxes
This commit is contained in:
parent
bbc23764e7
commit
62f0aacf56
@ -1054,7 +1054,6 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
|
||||||
right: 0;
|
right: 0;
|
||||||
width: auto;
|
width: auto;
|
||||||
z-index: 1031; }
|
z-index: 1031; }
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
font-size: $font-size;
|
font-size: $font-size;
|
||||||
height: $bottom-gutter-height;
|
height: $bottom-gutter-height;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
|
||||||
right: 0;
|
right: 0;
|
||||||
width: auto;
|
width: auto;
|
||||||
z-index: 1031; // One more than bootstrap navbar
|
z-index: 1031; // One more than bootstrap navbar
|
||||||
|
Loading…
Reference in New Issue
Block a user