mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 12:58:53 +03:00
fix the nightmarish https://github.com/vector-im/vector-web/issues/917
This commit is contained in:
parent
f3df0d07f8
commit
0ca6efdfca
2 changed files with 4 additions and 2 deletions
|
@ -57,8 +57,8 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_MemberList_joined {
|
.mx_MemberList_joined {
|
||||||
order: 2;
|
order: 2;
|
||||||
flex: 1 1 50%;
|
flex: 1 1 100%;
|
||||||
-webkit-flex: 1 1 50%;
|
-webkit-flex: 1 1 100%;
|
||||||
|
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,8 @@ limitations under the License.
|
||||||
.mx_RightPanel {
|
.mx_RightPanel {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
height: 100%; /* needed for memberlist flexbox to work in chrome 48+ */
|
||||||
|
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
display: -moz-box;
|
display: -moz-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
|
|
Loading…
Reference in a new issue