Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 35a4e98

Browse files
authored
Make invite dialogue fixed height (#8934)
1 parent f137bf3 commit 35a4e98

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

res/css/views/dialogs/_InviteDialog.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,15 @@ limitations under the License.
189189
// Prevent the dialog from jumping around randomly when elements change.
190190
display: flex;
191191
flex-direction: column;
192-
max-height: 600px;
192+
height: 600px;
193193
overflow: hidden;
194194

195195
.mx_InviteDialog_addressBar {
196196
margin-inline-end: 0;
197197
}
198198

199199
.mx_InviteDialog_userSections {
200+
flex-grow: 1;
200201
padding-inline-end: 0;
201202

202203
.mx_InviteDialog_section {
@@ -209,7 +210,7 @@ limitations under the License.
209210
.mx_InviteDialog_content {
210211
display: flex;
211212
flex-direction: column;
212-
flex-shrink: 1;
213+
flex-grow: 1;
213214
overflow: hidden;
214215
}
215216

0 commit comments

Comments
 (0)