Skip to content

Commit 3706121

Browse files
committed
The scrollbars are nolonger always visible for the AddressSelector and ChatInviteDialog invite list
1 parent ec05d1b commit 3706121

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/skins/vector/css/matrix-react-sdk/views/dialogs/ChatInviteDialog.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ limitations under the License.
4444
padding-bottom: 1px;
4545
max-height: 150px;
4646
overflow-x: hidden;
47-
overflow-y: scroll;
47+
overflow-y: auto;
4848
}
4949

5050
.mx_ChatInviteDialog_error {

src/skins/vector/css/matrix-react-sdk/views/elements/AddressSelector.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
background-color: #fff;
2020
width: 485px;
2121
max-height: 116px;
22-
overflow-y: scroll;
22+
overflow-y: auto;
2323
border-radius: 3px;
2424
background-color: #fff;
2525
border: solid 1px #76cfa6;

0 commit comments

Comments
 (0)