Skip to content

Commit ad99357

Browse files
committed
proper fix for element-hq#917 and resolve element-hq#928
1 parent a2193d6 commit ad99357

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

src/skins/vector/css/matrix-react-sdk/views/rooms/MemberList.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ limitations under the License.
5151
}
5252

5353
.mx_MemberList .mx_SearchableEntityList_expanded {
54-
flex: 1 1 100%;
55-
-webkit-flex: 1 1 100%;
54+
flex: 1 0 0;
55+
-webkit-flex: 1 0 0;
5656
}
5757

5858
.mx_MemberList_joined {
5959
order: 2;
60-
flex: 1 1 100%;
61-
-webkit-flex: 1 1 100%;
60+
flex: 1 0 0;
61+
-webkit-flex: 1 0 0;
6262

6363
overflow-y: auto;
6464
}

src/skins/vector/css/vector-web/structures/RightPanel.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ limitations under the License.
1717
.mx_RightPanel {
1818
position: relative;
1919

20-
height: 100%; /* needed for memberlist flexbox to work in chrome 48+ */
21-
2220
display: -webkit-box;
2321
display: -moz-box;
2422
display: -ms-flexbox;

0 commit comments

Comments
 (0)