We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2193d6 commit ad99357Copy full SHA for ad99357
2 files changed
src/skins/vector/css/matrix-react-sdk/views/rooms/MemberList.css
@@ -51,14 +51,14 @@ limitations under the License.
51
}
52
53
.mx_MemberList .mx_SearchableEntityList_expanded {
54
- flex: 1 1 100%;
55
- -webkit-flex: 1 1 100%;
+ flex: 1 0 0;
+ -webkit-flex: 1 0 0;
56
57
58
.mx_MemberList_joined {
59
order: 2;
60
61
62
63
overflow-y: auto;
64
src/skins/vector/css/vector-web/structures/RightPanel.css
@@ -17,8 +17,6 @@ limitations under the License.
17
.mx_RightPanel {
18
position: relative;
19
20
- height: 100%; /* needed for memberlist flexbox to work in chrome 48+ */
21
-
22
display: -webkit-box;
23
display: -moz-box;
24
display: -ms-flexbox;
0 commit comments