mirror of https://github.com/zulip/zulip.git
Revert "modals: Add `data-simplebar` to `login` and `api key` modal."
This reverts commit 4c32972274
.
This commit is contained in:
parent
97fd4436da
commit
eb60e30c9a
|
@ -9,7 +9,7 @@
|
|||
</h1>
|
||||
<button class="modal__close" aria-label="{{t 'Close modal' }}" data-micromodal-close></button>
|
||||
</header>
|
||||
<main class="modal__content" data-simplebar>
|
||||
<main class="modal__content">
|
||||
{{#if empty_narrow}}
|
||||
<p>
|
||||
{{#tr}}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
</h1>
|
||||
<button class="modal__close" aria-label="{{t 'Close modal' }}" data-micromodal-close></button>
|
||||
</header>
|
||||
<main class="modal__content" data-simplebar>
|
||||
<main class="modal__content">
|
||||
<div id="password_confirmation">
|
||||
<span class="alert-notification" id="api_key_status"></span>
|
||||
<div id="api_key_form">
|
||||
|
|
Loading…
Reference in New Issue