Iterate PR based on feedback

This commit is contained in:
Michael Telatynski 2021-06-03 16:44:28 +01:00
parent f2643151c6
commit 0c97d90fb9
2 changed files with 16 additions and 6 deletions

View file

@ -302,7 +302,11 @@ limitations under the License.
margin-top: 4px;
overflow-y: auto;
padding: 0 45px 4px 0;
height: calc(100% - 175px); // mx_InviteDialog's height minus some for the upper and lower elements
height: calc(100% - 115px); // mx_InviteDialog's height minus some for the upper and lower elements
}
.mx_InviteDialog_hasFooter .mx_InviteDialog_userSections {
height: calc(100% - 175px);
}
.mx_InviteDialog_helpText {