Move search modal outside header to fix being behind overlay

This commit is contained in:
Mikaela Young 2019-08-12 12:23:54 +12:00
parent f2d07d74a8
commit c330a72d06
1 changed files with 1 additions and 1 deletions

View File

@ -28,8 +28,8 @@
<div id="navWrapper"> <div id="navWrapper">
<div class="nav-mobile"> <div class="nav-mobile">
$GlobalNav('doc') $GlobalNav('doc')
<% include SearchBox %>
</div> </div>
</div> </div>
</div> </div>
</header> </header>
<% include SearchModal %>