We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d267884 commit 2f43284Copy full SHA for 2f43284
static/templates/user_profile_modal.handlebars
@@ -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"
+<div id="user-profile-modal" class="modal modal-bg fade{{#unless profile_data.length}} no-fields{{/unless}}" tabindex="-1"
2
role="dialog" aria-labelledby="user_profile_modal label" aria-hidden="true">
3
- <div class="modal-body" id="body">
+ <div class="modal-body" id="body" data-simplebar>
4
<button type="button" class="close" data-dismiss="modal" aria-label="{{t 'Close' }}">
5
<span aria-hidden="true" id="exit-sign">×</span>
6
</button>
0 commit comments