mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
subscriptions: Always show scrollbar for scrollable generate email modal.
This commit is contained in:
parent
181f229dae
commit
2f8a46ed57
@ -505,6 +505,7 @@ function show_stream_email_address_modal(address: string, sub: StreamSubscriptio
|
||||
post_render: generate_email_modal_post_render,
|
||||
on_click: generate_email_address,
|
||||
close_on_submit: false,
|
||||
always_visible_scrollbar: true,
|
||||
});
|
||||
$("#show-sender").prop("checked", true);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user