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

Commit

Permalink
Fix autocomplete not having y-scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Dariusz Niemczyk committed Sep 13, 2021
1 parent 6249a1b commit 551ed2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/css/views/rooms/_Autocomplete.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
.mx_Autocomplete_ProviderSection {
border-bottom: 1px solid $primary-hairline-color;
width: 100%;
overflow-y: scroll;
}

/* a "block" completion takes up a whole line */
Expand Down

0 comments on commit 551ed2b

Please sign in to comment.