Skip to content

Commit 0ca6efd

Browse files
committed
fix the nightmarish element-hq#917
1 parent f3df0d0 commit 0ca6efd

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ limitations under the License.
5757

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

6363
overflow-y: auto;
6464
}

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

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

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

0 commit comments

Comments
 (0)