mirror of https://github.com/vector-im/riot-web
Limit the invite area in height
parent
abda8c77ad
commit
bfd3ef0e44
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue