Merge pull request #6802 from matrix-org/dbkr/18997_rel

Fix autocomplete not having y-scroll
This commit is contained in:
David Baker 2021-09-14 15:32:50 +01:00 committed by GitHub
commit 07d29f64fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,6 @@
background: $background;
border-bottom: none;
border-radius: 8px 8px 0 0;
max-height: 35vh;
overflow: clip;
display: flex;
flex-direction: column;
@ -64,6 +63,7 @@
margin: 12px;
height: 100%;
overflow-y: scroll;
max-height: 35vh;
}
.mx_Autocomplete_Completion_container_truncate {