Skip to content

Commit

Permalink
Don't hide topbar after opening search box
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Aug 7, 2020
1 parent 235485a commit 605b315
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/insipid_sphinx_theme/insipid/static/insipid.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ $(document).ready(function () {
$search_form.show();
$search_button.attr('aria-expanded', 'true');
$search_form.find('input').focus();
$body.removeClass('topbar-folded');
} else {
$search_form.hide();
$search_button.attr('aria-expanded', 'false');
Expand Down

0 comments on commit 605b315

Please sign in to comment.