mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
experimental fix for https://github.com/vector-im/vector-web/issues/947 and https://github.com/vector-im/vector-web/issues/946. may well introduce more problems
This commit is contained in:
parent
2cd3150c56
commit
3c659dcf57
@ -116,6 +116,13 @@ limitations under the License.
|
|||||||
-webkit-flex: 1;
|
-webkit-flex: 1;
|
||||||
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
|
/* XXX: Hack: apparently if you try to nest a flex-box
|
||||||
* within a non-flex-box within a flex-box, the height
|
* within a non-flex-box within a flex-box, the height
|
||||||
* of the innermost element gets miscalculated if the
|
* of the innermost element gets miscalculated if the
|
||||||
|
Loading…
Reference in New Issue
Block a user