Merge pull request #6794 from matrix-org/palid/fix/18997

Fix autocomplete not having y-scroll
pull/21833/head
Dariusz Niemczyk 2021-09-14 14:53:06 +02:00 committed by GitHub
commit 42a1048fde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 {