Skip to content

Commit

Permalink
experimental fix for #947 and #946. may well introduce more problems
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n committed Feb 17, 2016
1 parent 2cd3150 commit 3c659dc
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,13 @@ limitations under the License.
-webkit-flex: 1;
flex: 1;

/* Experimental fix for https://github.com/vector-im/vector-web/issues/947
and https://github.com/vector-im/vector-web/issues/946.
Empirically this stops the MessagePanel's width exploding outwards when
gemini is in 'prevented' mode
*/
overflow-x: auto;

/* XXX: Hack: apparently if you try to nest a flex-box
* within a non-flex-box within a flex-box, the height
* of the innermost element gets miscalculated if the
Expand Down

0 comments on commit 3c659dc

Please sign in to comment.