Don't force scrollbar on multi-invite

pull/1954/head
David Baker 2016-08-11 15:11:00 +01:00
parent d65477891e
commit 0cb14ba5ec
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ limitations under the License.
.mx_MultiInviteDialog ul { .mx_MultiInviteDialog ul {
height: 300px; height: 300px;
overflow-y: scroll; overflow-y: auto;
} }
.mx_MultiInviteDialog li { .mx_MultiInviteDialog li {