mirror of https://github.com/zulip/zulip.git
index: Move user-profile-modal outside `.app`.
Keep it inside `.app` restricted its height and its ability to draw over other elements.
This commit is contained in:
parent
bbd5431e18
commit
ca21eb7141
|
@ -146,6 +146,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="user-profile-modal-holder"></div>
|
||||
|
||||
<div id="navbar_alerts_wrapper"></div>
|
||||
<div id="navbar-container"></div>
|
||||
|
@ -256,7 +257,6 @@
|
|||
<form id="logout_form" action="/accounts/logout/" method="POST">{{ csrf_input }}
|
||||
</form>
|
||||
</div>
|
||||
<div id="user-profile-modal-holder"></div>
|
||||
<audio id="user-notification-sound-audio">
|
||||
<source class="notification-sound-source-ogg" type="audio/ogg" />
|
||||
<source class="notification-sound-source-mp3" type="audio/mpeg" />
|
||||
|
|
Loading…
Reference in New Issue