Skip to content

Commit 0cb14ba

Browse files
committed
Don't force scrollbar on multi-invite
1 parent d654778 commit 0cb14ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License.
1616

1717
.mx_MultiInviteDialog ul {
1818
height: 300px;
19-
overflow-y: scroll;
19+
overflow-y: auto;
2020
}
2121

2222
.mx_MultiInviteDialog li {

0 commit comments

Comments
 (0)