Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6794 from matrix-org/palid/fix/18997
Browse files Browse the repository at this point in the history
Fix autocomplete not having y-scroll
  • Loading branch information
Palid authored Sep 14, 2021
2 parents 0ee77e2 + 527e1eb commit 42a1048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/css/views/rooms/_Autocomplete.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -64,6 +63,7 @@
margin: 12px;
height: 100%;
overflow-y: scroll;
max-height: 35vh;
}

.mx_Autocomplete_Completion_container_truncate {
Expand Down

0 comments on commit 42a1048

Please sign in to comment.