mirror of https://github.com/zulip/zulip.git
index: Move informational-overlays outside .app.
This is how other overlays are managed, and will be important in upcoming refactoring, since we don't want the overlay height to be restricted by the height of the `.app`.
This commit is contained in:
parent
e6b1384a05
commit
bbd5431e18
|
@ -137,6 +137,15 @@
|
|||
<div id="scheduled_messages_overlay_container"></div>
|
||||
<div id="settings_overlay_container" class="overlay" data-overlay="settings" aria-hidden="true">
|
||||
</div>
|
||||
<div class="informational-overlays overlay new-style" data-overlay="informationalOverlays" aria-hidden="true">
|
||||
<div class="overlay-content modal-bg">
|
||||
<div class="overlay-tabs">
|
||||
<span class="exit">×</span>
|
||||
</div>
|
||||
<div class="overlay-body">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="navbar_alerts_wrapper"></div>
|
||||
<div id="navbar-container"></div>
|
||||
|
@ -243,15 +252,6 @@
|
|||
<div class="column-right" id="right-sidebar-container">
|
||||
</div><!--/right sidebar-->
|
||||
</div><!--/row-->
|
||||
<div class="informational-overlays overlay new-style" data-overlay="informationalOverlays" aria-hidden="true">
|
||||
<div class="overlay-content modal-bg">
|
||||
<div class="overlay-tabs">
|
||||
<span class="exit">×</span>
|
||||
</div>
|
||||
<div class="overlay-body">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="hidden">
|
||||
<form id="logout_form" action="/accounts/logout/" method="POST">{{ csrf_input }}
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue