forked from matrix/element-web
Added scrolling to queryList
This commit is contained in:
parent
a41a8d32b8
commit
1fb53565ef
|
@ -36,7 +36,12 @@ limitations under the License.
|
||||||
.mx_ChatInviteDialog_queryList {
|
.mx_ChatInviteDialog_queryList {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: #fff;
|
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 {
|
.mx_ChatInviteDialog_queryListElement .mx_AddressTile {
|
||||||
|
|
Loading…
Reference in New Issue