Limit the invite area in height

pull/2181/head
wmwragg 2016-09-12 17:31:49 +01:00
parent abda8c77ad
commit bfd3ef0e44
1 changed files with 3 additions and 1 deletions

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 {