Skip to content

Commit 2f43284

Browse files
andersktimabbott
authored andcommitted
user_profile_modal: Move SimpleBar back to the correct div.
Fixes a regression in commit 01613e7 (zulip#12348). Signed-off-by: Anders Kaseorg <[email protected]>
1 parent d267884 commit 2f43284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/templates/user_profile_modal.handlebars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<div id="user-profile-modal" class="modal modal-bg fade{{#unless profile_data.length}} no-fields{{/unless}}" data-simplebar tabindex="-1"
1+
<div id="user-profile-modal" class="modal modal-bg fade{{#unless profile_data.length}} no-fields{{/unless}}" tabindex="-1"
22
role="dialog" aria-labelledby="user_profile_modal label" aria-hidden="true">
3-
<div class="modal-body" id="body">
3+
<div class="modal-body" id="body" data-simplebar>
44
<button type="button" class="close" data-dismiss="modal" aria-label="{{t 'Close' }}">
55
<span aria-hidden="true" id="exit-sign">&times;</span>
66
</button>

0 commit comments

Comments
 (0)