Limit the invite area in height

This commit is contained in:
wmwragg 2016-09-12 17:31:49 +01:00
parent abda8c77ad
commit bfd3ef0e44

View File

@ -42,7 +42,9 @@ limitations under the License.
padding-right: 4px;
padding-top: 1px;
padding-bottom: 1px;
overflow: hidden;
max-height: 150px;
overflow-x: hidden;
overflow-y: scroll;
}
.mx_ChatInviteDialog_cancel {