subscriptions: Always show scrollbar for scrollable generate email modal.

This commit is contained in:
evykassirer 2025-03-03 12:28:58 -08:00 committed by Tim Abbott
parent 181f229dae
commit 2f8a46ed57

View File

@ -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);