diff --git a/src/skins/vector/css/matrix-react-sdk/views/dialogs/ChatInviteDialog.css b/src/skins/vector/css/matrix-react-sdk/views/dialogs/ChatInviteDialog.css index 9fe5af9eee..aa1dced80a 100644 --- a/src/skins/vector/css/matrix-react-sdk/views/dialogs/ChatInviteDialog.css +++ b/src/skins/vector/css/matrix-react-sdk/views/dialogs/ChatInviteDialog.css @@ -44,7 +44,7 @@ limitations under the License. padding-bottom: 1px; max-height: 150px; overflow-x: hidden; - overflow-y: scroll; + overflow-y: auto; } .mx_ChatInviteDialog_error { diff --git a/src/skins/vector/css/matrix-react-sdk/views/elements/AddressSelector.css b/src/skins/vector/css/matrix-react-sdk/views/elements/AddressSelector.css index 62efee7c05..aa0f8c6a4e 100644 --- a/src/skins/vector/css/matrix-react-sdk/views/elements/AddressSelector.css +++ b/src/skins/vector/css/matrix-react-sdk/views/elements/AddressSelector.css @@ -19,7 +19,7 @@ limitations under the License. background-color: #fff; width: 485px; max-height: 116px; - overflow-y: scroll; + overflow-y: auto; border-radius: 3px; background-color: #fff; border: solid 1px #76cfa6;