Added scrolling to queryList

pull/2110/head
wmwragg 2016-09-06 15:46:09 +01:00
parent a41a8d32b8
commit 1fb53565ef
1 changed files with 6 additions and 1 deletions

View File

@ -36,7 +36,12 @@ limitations under the License.
.mx_ChatInviteDialog_queryList {
position: absolute;
background-color: #fff;
border: 0;
width: 410px;
max-height: 116px;
overflow-y: scroll;
border-radius: 3px;
background-color: #fff;
border: solid 1px #76cfa6;
}
.mx_ChatInviteDialog_queryListElement .mx_AddressTile {