Commit 62f0aacf authored by JC Brand's avatar JC Brand

Let the width of the #conversejs element change with the amount of chat boxes

parent bbc23764
...@@ -1054,7 +1054,6 @@ ...@@ -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 @@ ...@@ -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
......
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